How do we change the color of the “Selected” (active) SUB-link from within the dropdown menu ?
Hey,
You can add this on your custom.css or Quick CSS:
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
color: red;
}
Regards,
Ismael
Worked great.
Thanks again.