Opened 22 months ago
Last modified 19 months ago
#57019 new defect (bug)
WordPress is now adding underline to all website links except those with a specific class
Reported by: | amityweb | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | major | Version: | 6.1 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
This is now appearing on all our WP sites, and you can see this will cause underlines to appear on all links without the .wp-element-button
class.
a:where(:not(.wp-element-button)) { text-decoration: underline; }
Change History (2)
Note: See
TracTickets for help on using
tickets.
I should add, we do not use block builder. We normally use DIVI to disable it, or disable it in our functions file.