Hi, i have many links in my site, on the portolios. On Text blocks. I set them on Gray color (#808080) and took out the underline on mouse over. However i cant make them turn into white color when hovered.
I want every text link (e g: Emails, external websites, etc)
http://imgur.com/a/cbQsg
Hey CM Architects,
The hover link color is being overriden by the code <span style="color: gray;">
inside the link.
Can you try removing that code and putting this in General Styling > Quick CSS instead:
#av_section_1 p, #av_section_1 p a {color: gray !important }
#av_section_1 p a:hover {color: white !important; }
Best regards,
Sarah
Yes! ur amazing! thnk u very much!!
You’re welcome! We’re glad to help. If you have any other questions or issues, feel free to post them here on the forum.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold!
Sarah