Home › Forums › Jevelin Theme › Text colour hover over
Home › Forums › Jevelin Theme › Text colour hover over
Hi there!
The wording “Pepito Perez” is linked to another page, I would like to change the text color when hovering over to pink. So it shows green, but when the user hovers over it changes to pink. How can I achieve this?
Homepage link: https://www.whoisyourshero.com/artists
Thank you so much,
Rocio
Hi Rocio,
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.page-id-9194 .sh-section a:hover span { color: #e50042 !important; }
Best regards,
Shufflehound team