[ad_1]
Anyone else have this problem?
Using Divi theme. After the WP update all my links are underlined. Everywhere. On all sites I built. What happened? Is it a bug and are they aware or should I change every website manually?
If so, how would I do that? CSS on every a tag?
Thanks in advance!
Edit: I know how to hide the a tags with text-decoration: none etc. Was just curious to see why this suddenly happened after the WP 6.6 (Dorsey) update. Anyone?
[ad_2]
My site is fine and is happily running 6.6. Chances are – if the update is at all related – a change in core has upset one of your plugins or theme.
Link to site so we can take a look?
I’m in the exact same position, just as I’m finishing a site too ughhhh
If you’re using Divi theme, Paste this CSS code in Appearance/Customize/Additional CSS.
/* Disable underline for all links in Divi, including on hover */
a, a:hover {
text-decoration: none !important;
}
Mine did the opposite, all my underlines went away