Claibuco Posted November 14, 2023 Share Posted November 14, 2023 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, 2023 Solution Share Posted November 18, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Claibuco Posted November 28, 2023 Author Share Posted November 28, 2023 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 November 30, 2023 Share Posted November 30, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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