Claibuco Posted November 14 Share Posted November 14 I am trying to make all text links underlined. In the template, links are only underlined over hover. I went into custom CSS and added the following code: a:link { text-decoration: underline; } It didn't work and I'm wondering if I need to add code that overrides the template hover request. Thanks for the help. Link to comment
Solution tuanphan Posted November 18 Solution Share Posted November 18 Use this code a { text-decoration: underline !important; } 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
Claibuco Posted Tuesday at 06:58 PM Author Share Posted Tuesday at 06:58 PM That worked great I was able to customize the thickness and offset by adding the following code: a { text-decoration: underline 2px !important; } a { text-underline-offset: 3px; } Any way to have this code and remove it from the navigation bar? I like it on body/paragraph/heading text but not in the navigation. Link to comment
tuanphan Posted Thursday at 03:27 AM Share Posted Thursday at 03:27 AM Use this code under header#header a { text-decoration: none !important; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment