Hi i want my menu bar to have for the current page and different background colour.
So example: Home(black) About, Work, Portfolio(blue)
Do you have a quick css fix for this?
Hi Benjaminlivingthebrand!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white; background-color: red; }
Regards,
Yigit
Works great :)