Question:
How can I change the hover color for a link in text box?
Product:
Wix Studio
What are you trying to achieve:
How can I change the hover color for a link in text box?
What have you already tried:
Checked the options but can’t find anything
Additional information:
1 Like
2 ways to do this using Wix Studio
- no code - is if the link is in a text box on its own. then you can apply a hover effect to the text box.
- add this to your CSS
.rich-text a:hover {
color: #FF0000; /* Change this to your desired color */
}
Thank you so much, I will use the css!
Hello - thank you for answering this question! I’m not seeing how to add this code to a text box. Selecting “Text Settings” only allows me to change the formatting of the text. I don’t see where to add the actual code. Please help!
have a read here to learn