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 | 236 | April 9, 2026 | |
| Underlined text | 2 | 62 | March 15, 2026 | |
| How to restyle the <a> element | 4 | 53 | April 1, 2025 | |
| How to implement custom CSS hover animations, such as underline effects and cursor expansion, in the Wix Studio Editor | 1 | 224 | September 9, 2024 | |
| Wix Harmony Button Hover | 1 | 18 | April 16, 2026 |