Hi,
I’m using the option “Display a sidebar navigation for nested subpages” and would like to customize the styling of the page-items & current page-items. Could you please help me to find the right selectors? E.g. .main_color .widget_nav_menu ul:first-child > .current_page_item didn’t work.
Thank you
Hi dfsi!
Try this out.
aside .current_page_item a {
color: red !important;
}
Best regards,
Elliott
Hi Elliott,
thanks for your reply! Unfortunately this didn’t work….
Hey!
Please try this css in Enfold > General styling > Quick css
.nested_nav li a {
color: #4C14BE!important;
}
Regards,
Vinay
Thank you, it’s working fine! But not in the Quick CSS, only by using the file custom.css.
Kind regards,
Sonia