Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #218850

    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?

    #219139

    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

    #219363

    Works great :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Current page different colour’ is closed to new replies.