Removing hover underline from Site Title
-
Hi, how can I add custom CSS (or edit theme.json) to set no hover text-decoration for the site title?
I found this code on another thread but can’t seem to apply it to the site title:
a:where(:not(.wp-element-button)):hover {
text-decoration: none;
}
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.