From 31783c2b273c1bd9ae8ad4068dd574cc68f5bab2 Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Sat, 18 Dec 2021 01:45:58 +0300 Subject: [PATCH] correct en menu --- header.php | 2 +- single-3.php | 2 +- style.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index 1511a70..6e9d0af 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/single-3.php b/single-3.php index 845c430..137721a 100644 --- a/single-3.php +++ b/single-3.php @@ -84,7 +84,7 @@ get_header();?>
ID) ) :?>
- <?=$item->title;?> + <?=$item->title;?> diff --git a/style.css b/style.css index ae46465..2563f2a 100644 --- a/style.css +++ b/style.css @@ -667,11 +667,11 @@ a{ background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/epizoo-orange.svg) left center; } - .menu-item-15, .menu-item-17699{ + .menu-item-15, .menu-item-17702{ background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/zoo.svg) left center; } - .menu-item-15:hover, .menu-item-17699:hover{ + .menu-item-15:hover, .menu-item-17702:hover{ background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/zoo-orange.svg) left center; }