Remove underline from links
-
https://rhinestonecardgirl.co.uk/
How can I remove the underline from links?
For the moment I haven’t created a child theme – I’m just tweaking the CSS in the Editor to try and get it working. All text-decoration properties are set to “none”. I searched the CSS for ‘underline’ and can find no instances. Argh!
The following is, I assume, the relevant section:
/** * 6.1 Links */ a { color: #2798A0; text-decoration: none; } a:hover, a:focus { color: #707070; color: rgba(51, 51, 51, 0.7); }
I’m using a plugin to display Etsy shop listings on the page, and they look ugly with their links underlined. The plugin is inheriting this from the theme. If I switch to a theme where links aren’t underlined, the underlines on the Etsy links disappear.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Remove underline from links’ is closed to new replies.