Etrenoir Posted January 17, 2020 Share Posted January 17, 2020 Hi, I want to change my hover underline colour on a specific page to black, is there someone who can help me out? I want to change the colour on my About page to black My website: etrenoir.net I'm currently using this code for my hover underline: header nav a:hover:after{ transform: scaleX(1); } header nav a:after { display:block; content: ''; border-bottom: solid 1.5px #FFFFFF; transform: scaleX(0); transition: transform 250ms ease-in-out; z-index: 999; transform-origin :100% 50%; } } Link to comment
tuanphan Posted January 18, 2020 Share Posted January 18, 2020 add to Page Header <style> header nav a:after { border-color: black; } </style> 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.