Changing Navigation Menu Indicator
-
I want to make the navigation menu marker a unique color and remove the large arrow indicating the page that you are on.
Can that be done?
The blog I need help with is: (visible only to logged in users)
-
Sure, please add this css;
#header-container .current-menu-item a, #header-container .current_page_item a{ color: #245B9F; } #header-container nav.primary-menu ul li.current_page_item > a:before{ border: none; }
- The topic ‘Changing Navigation Menu Indicator’ is closed to new replies.