Agile menu font color differs depending if its an inside page or different page

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Agile menu font color differs depending if its an inside page or different page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13645

    Hi,
    I noticed that the Agile primary menu font has a different color, depending if the menu links withing the same page (blue) or if it links to another page (black)

    Is there a way to keep all menu items black (or any other color), no matter where they link to?

    See the example here: http://www.innovationsensor.com

    Thanks

    #13672
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #primary-menu > ul.menu > li.current-menu-ancestor > a, #primary-menu > ul > li.current-menu-item > a {
      color: #000;
    }
    #primary-menu > ul.menu > li > a {
      color: #000;
    }
    
    #13677

    Thanks for your reply. I just implemented it, but no change?
    Do I need to put in a code for the color first?

    Thanks

    #13705
    Veena
    Moderator

    Pls add the below modified custom CSS in themeoptions –

    #primary-menu > ul.menu > li.current-menu-ancestor > a, #primary-menu > ul > li.current-menu-item > a {
      color: #000 !important;
    }
    #primary-menu > ul.menu > li > a {
      color: #000 !important;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.