paulisnottall Posted April 3, 2020 Share Posted April 3, 2020 I am trying to make my navigation pages to underline on hover; however, I do not want it to change the color of the words above the underline like this. I want it to look like this: But, currently, it looks like this: when using the code: style #header a:active{ text-decoration: underline !important; } #header a:hover{color: red!important; text-decoration: underline ! important; } div.folder.active{ text-decoration: underline ! important; } Any suggestions? I am using 7.1. Link to comment
tuanphan Posted April 4, 2020 Share Posted April 4, 2020 Add to Home > Design > Custom CSS .header-nav-item:hover a { text-decoration: underline; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.