Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28704

    How do we change the color of the “Selected” (active) SUB-link from within the dropdown menu ?

    #138369

    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

    #138370

    Worked great.

    Thanks again.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Color of the "Selected" SUB-link in the drop down’ is closed to new replies.