Link Hover Effect

Home Forums Gillion Theme Link Hover Effect

Home Forums Gillion Theme Link Hover Effect

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jacky88
    Participant

    Hi,

     

    In my blog posts I’d like to add links, however I can see that readers cannot easily identify the links in my text as these do not have any specific effects if you hover the mouse over a text with a link.

     

    Is it possible to add an effect? e.g. if you hover the mouse over the text, the text shows an underline (as here in your forum) or gets lighter.

    Hi @jacky88,

     

    I hope you are well today and 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

     

    #content a:hover {
        text-decoration: underline;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)