Tagged: 

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

    How can i get the main menu text to change colour according to the “Highlight colour- Secondary color for link and button hover, etc, the line below changes colour but not the main menu text.

    So what i would like is for the navigation text to change to white when you are on that current page. So when i’m on the contact us page the contact us text in the navigation will be turned to white. Just like the line below the navigation text.

    Thanks.

    Michael

    #133407

    Hi,

    Please add this on your custom.css or Quick CSS to change the color of the active page menu.

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
    color: white;
    }

    Regards,

    Ismael

    #133408

    Thanks works great.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Main Menu Text Colour when on Current page’ is closed to new replies.