I want to make all hyperlinks underline to disappear on hover globally on my Wix Studio site. Is there anyway I can do this in the editor or is it anyway to do it in CSS?
Dan_Suhr
2
try this
a:hover {
text-decoration: none;
}
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Hyperlink underline colour global style? | 3 | 258 | April 9, 2026 | |
| Underlined text | 2 | 81 | March 15, 2026 | |
| How to restyle the <a> element | 4 | 75 | April 1, 2025 | |
| Can Wix Studio replicate the hover effect shown in this video | 3 | 41 | June 5, 2026 | |
| Wix editor Blue line under menu items | 1 | 29 | July 12, 2026 |