Tagged: link color, main menu
Hi there,
Actually in my main menu, when I’m viewing any of its sections I know in which I am because the current page is highlighted with a green bottom border. I would like to know if I also can give a different color to the link so I have a better visual differentiation. I attach two screenshots
This is how it looks like now:
This is what I would like it to be (different link color respect the others plus the previous green border under the bottom)
Could you please let me know what is the CSS that I have to modify/add to get this?
Many thanks in advance
Hi soluciones1!
Please add following code to Quick CSS in Enfold theme options under General 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: red; }
Cheers!
Yigit
Many thanks!! It worked like a charm Yigit!
You are awesome.