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

    I would like to have the same color scheme in my sidebar navigation as I have in my mega menu, where the current page is highlighted in the color #b71334

    It puzzles me that this look doesnt appear in the sidebar, and it is probably just me missing something could you help me match the colors?

    See example here: http://noerbygaardcentret.a14.dk/?page_id=80

    #402022

    Hi bertel!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a {
    color: #b71334;
    }

    Best regards,
    Yigit

    #402033

    You are fast – Thanks.

    I see that Firebug (and the hild theme) is my friend – I figured it out my self through there.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sidebar menu color’ is closed to new replies.