Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #782117

    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

    • This topic was modified 7 years, 7 months ago by ccyran.
    #782155

    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

    • This reply was modified 7 years, 7 months ago by Sarah.
    #782158

    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

    #782163

    You’re welcome! Do let us know here in the forums if you need help with anything else.

    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text Link Animation Text box’ is closed to new replies.