fix logo
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border-radius: 18px;
|
||||
background: linear-gradient(145deg, #3cc8ff, #0d4fd6);
|
||||
background: #fff;
|
||||
color: #fff;
|
||||
box-shadow: 0 14px 28px rgba(13, 79, 214, 0.24);
|
||||
}
|
||||
|
||||
BIN
wp-content/themes/twentytwentyfour/assets/images/logo.png
Normal file
BIN
wp-content/themes/twentytwentyfour/assets/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 333 KiB |
BIN
wp-content/themes/twentytwentyfour/assets/images/лого.png
Normal file
BIN
wp-content/themes/twentytwentyfour/assets/images/лого.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 757 KiB |
@@ -19,9 +19,10 @@ if ( ! $blog_url ) {
|
||||
<div class="classic-footer-col brand-col">
|
||||
<a class="brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Перейти на главную страницу">
|
||||
<span class="brand-mark" aria-hidden="true">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 2C9 6.1 6 9.4 6 13.2C6 16.9 8.69 20 12 20C15.31 20 18 16.9 18 13.2C18 9.4 15 6.1 12 2Z" fill="currentColor"/>
|
||||
</svg>
|
||||
</svg> -->
|
||||
<img src="<?php echo esc_url( home_url( '/wp-content/themes/twentytwentyfour/assets/images/logo.png' ) ); ?>" alt="">
|
||||
</span>
|
||||
<span class="brand-text">
|
||||
<strong>АкваЛиния</strong>
|
||||
|
||||
@@ -22,9 +22,10 @@ $blog_is_active = is_home() || is_singular( 'post' ) || is_category() || is_tag(
|
||||
<div class="header-row">
|
||||
<a class="brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Перейти на главную страницу">
|
||||
<span class="brand-mark" aria-hidden="true">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 2C9 6.1 6 9.4 6 13.2C6 16.9 8.69 20 12 20C15.31 20 18 16.9 18 13.2C18 9.4 15 6.1 12 2Z" fill="currentColor"/>
|
||||
</svg>
|
||||
</svg> -->
|
||||
<img src="<?php echo esc_url( home_url( '/wp-content/themes/twentytwentyfour/assets/images/logo.png' ) ); ?>" alt="">
|
||||
</span>
|
||||
<span class="brand-text">
|
||||
<strong>АкваЛиния</strong>
|
||||
|
||||
Reference in New Issue
Block a user