sanluistacos Posted January 8, 2020 Share Posted January 8, 2020 Instead of the default navigation styling, I want to have the nav on each active page have a style of bolder text, different color, and no underline. (See screenshots for examples) For some reason, I can't find anywhere how to do this in 7.1. Any help would be greatly appreciated! Link to comment
tuanphan Posted January 9, 2020 Share Posted January 9, 2020 Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sanluistacos Posted January 9, 2020 Author Share Posted January 9, 2020 I found another one of your posts and this did the trick! Thanks! On 11/1/2019 at 2:41 AM, tuanphan said: /* Nav item color */ .header-nav-item a { color: #ff0000 !important; } /* Nav item hover color */ .header-nav-item a:hover { color: violet !important; } /* Nav item active color */ .header-nav-item--active a { color: green !important; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.