Change colour of menu links

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19609
    mhelvadjian
    Member

    Following the change of my top nav colour, I now need to change the colour of the nav links and rollover when the header background is transparent, and then again when it goes to a sticky nav. Can you please help!

    Thank again

    #19625
    Veena
    Moderator

    You can use the below custom CSS in child theme style.css –

    #primary-menu > ul.menu > li > a {
        color: #000;
    }
    #primary-menu > ul.menu > li > a:hover {
        color: #24D3C5;
    }
    #header.sticky #primary-menu > ul.menu > li > a {
        color: #fff;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.