Looking for help regarding .current-menu-item
-
Hello everyone. I’m using Blaskan version 2.6.6 for my WordPress site. I’ve created a child directory and successfully uploaded the style.css and php files. Most of my homepage items are changed, but I’m having problems with the dynamic menu item (in other words if you are on the homepage the menu button would display a different background color).
The CSS coding looks like this:
#nav .menu > ul > .current_menu_item > a,
#nav .menu > ul > .current_page_item > a,
#nav .menu > ul > .current_menu_item > a,hover,
#nav .menu > ul > .current_page_item > a,hover,
#nav .menu > ul > .current_menu_item > a,hover,
#nav .menu > ul > .current_page_item > a,focus,
#nav .menu > ul > .current_page_ancestor > a{
background-color: 005692;
}I’ve also tried to change other li elements but nothing seems to work. Thoughts?
Live site is mattknopoff.com
- The topic ‘Looking for help regarding .current-menu-item’ is closed to new replies.