[Theme: Platform] Main Nav Hover color won't change.
-
Wanted to change the hover color of the main nav bar. Is this changed in Box Color – Secondary Site Elements? I’ve changed this color but the hover always remains F1F1F1 even after clearing the browser cache and disabling the caching plugin on WordPress. If I temporarily change the color in the style sheet then the color changes. Should I create a child theme in order to change the main nav hover color?
From style.css:
/* Box Color – Secondary Elements */
.main_nav .main-nav li a:hover, #wp-calendar thead th, #buddypress-page #object-nav, .item-avatar a, .comment blockquote, #grandchildnav .current_page_item a, #grandchildnav li a:hover, #grandchildnav .current_page_item ul li a:hover, #carousel .carousel_text, pagination .wp-pagenavi a, #pagination .wp-pagenavi .current, #pagination .wp-pagenavi .extend, .sf-menu li:hover, .sf-menu li.sfHover, #featurenav a, #feature-footer span.playpause, .content-pagination .cp-num, .content-pagination a:hover .cp-num, ins{
background-color: #F1F1F1;
}
- The topic ‘[Theme: Platform] Main Nav Hover color won't change.’ is closed to new replies.