hello there,
i would like my links in my special headings to look exactly like they do in regular text.
i want the underline to show on HOVER (and now show when just browsing). also, the color to change on HOVER.
thanks for your help!
chris
Hey Chris,
Please add this in Quick CSS:
.av-special-heading a {text-decoration:none!important; color:#b0b0b0!important}
.av-special-heading a:hover {text-decoration:underline!important; color:#0f437a!important;}
What would you like the link color to be when it’s not hovered over? Right now, I made it gray so that it’s a little obvious. Otherwise, it will get the visitor’s attention. Another option is to have it as #0f437a blue, and then when it is hovered over, it can be black and underlined.
Let us know so we can give you the accurate code.
Best regards,
Sarah
hey there, thanks!
i’d like it to look exactly like my current links in regular text. black with no underline normally. then the dark blue that i’ve chosen for my link text – and underlined – when hovered over.
thanks,
chris
All right. In that case please use this code:
.av-special-heading a {text-decoration:none!important; }
.av-special-heading a:hover {text-decoration:underline!important; color:#0f437a!important;}
Let me know if that works for you.
Best regards,
Sarah
super! thanks so much!
chris
You’re welcome! For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
We’d 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.
Cheers!
Sarah