Search for: Log In Free Support [Resolved] How Do I Make the Primary Navigation Do This? Home › Forums › Support › How Do I Make the Primary Navigation Do This? This topic has 3 replies, 2 voices, and was last updated 1 year ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 7, 2020 at 3:47 am #1229610 Robin Hey there – I trust support members are keeping well. I want one link in my primary navigation to have a different colour as well as when you hover over it. It’s the DONATE link I want to make stand out. How do I do that? TIA, Robin April 7, 2020 at 4:13 am #1229635 DavidStaff Customer Support Hi Robin – very well thanks hope the same goes for you. You can add a Custom CSS Class to that menu item: https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#custom-classes E.g adding Custom Class of: donate-menu And then use it to style that item differently: .main-navigation .main-nav ul li.donate-menu a { background-color: red; } .main-navigation .main-nav ul li.donate-menu:hover a { background-color: blue; } Useful topic: https://docs.generatepress.com/article/adding-buttons-navigation/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ April 7, 2020 at 5:29 am #1229719 Robin Perfect! Thanks so much, David. And yes, all good around here. April 7, 2020 at 5:31 am #1229720 DavidStaff Customer Support You’re welcome – glad to hear it Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In