Hi guys,
I want to enable some kind of color styling that happens when you hover over that word. Either that, or the “_____” to appear. So it goes —> R/GA —> R/GA (BUT not the delete line, I want it underlined!
website: ccyran.com
Thank you,
Chris
Hey Chris,
You can do this by adding something like this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
a:hover { text-decoration:underline; color: red; }
You can change the color to your preferred color.
That code applies that animation for ALL links in your website. You can be more specific, like this:
#top h1 a:hover { text-decoration:underline; color:red; }
That only applies the animation for the word “R/GA” in your homepage.
Which word/s exactly would you like to do this for?
Best regards,
Sarah
Hey Sarah,
#top h1 a:hover { text-decoration:underline; }
was perfect! I wanted to do it to “R/GA” only.
Thanks for the quick help!
Chris
You’re welcome! Do let us know here in the forums if you need help with anything else.
Cheers!
Sarah