Tagged: sidebar
I have a individual menue in my sidebar. I would like to change the color and the style of the menue text.
How should I do do this as its best?
Hi petcar!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
ul.nested_nav li.page_item a {
color: orange;
}
ul.nested_nav li.page_item.current_page_item a {
color: red;
}
If that does not help, please post the link to your website and point out your custom menu.
Regards,
Yigit