Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #182655

    Hi

    For the DROP DOWN on my website, I want to highlight the current page I am on with a different color or make it bolder.

    http://optizign.org/sitepreview/personaltouchdental.com/

    The TOP MENU currently has this however if I am on a page within the DROP DOWN it doesn’t highlight the current page.

    #182682

    Hey!

    Add this code to the Quick CSS:

    #menu-main-menu .sub-menu .current-menu-item a{
    color: red !important;
    }

    I don’t think making it bolder would work because all the sub-menu links are actually bold.

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Drop Down Menu Current Page Highlight’ is closed to new replies.