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
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
You are fast – Thanks.
I see that Firebug (and the hild theme) is my friend – I figured it out my self through there.