Forums
Forums / Theme: Shop Isle / Current menu item
(@edouardcoleman)
9 years, 6 months ago
Hi !
How to change the color of the navigation menu item for the current page ?
(@themesumo)
Add this CSS to your Child Theme style.css file, or by using a Custom CSS plugin.
.navbar-custom .nav li.current_page_item > a { color: #f00; }
Adjust the Red color #f00 to suit your needs.
#f00
You can use these additional classes to style other elemenets within your menu to highlight current pages.
page_item_has_children current_page_ancestor current_page_parent has_children
Hope this helps.
Perfect! Thanks a lot
The topic ‘Current menu item’ is closed to new replies.