Change colour of menu links Support Forums for LiveMesh Themes & Plugins › Forums › Peak Theme Support › Change colour of menu links Tagged: colour, links, nav This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by Veena. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 25, 2016 at 8:15 pm #19609 mhelvadjianMember 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 February 26, 2016 at 11:49 am #19625 VeenaModerator 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; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Peak Theme Support’ is closed to new topics and replies.