Social icons on hover in footer

Home Forums Jevelin Theme Social icons on hover in footer

Home Forums Jevelin Theme Social icons on hover in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • klp111
    Participant

    Hi,

    Where is the setting to update the on hover color of the social media icons in my footer? I can’t seem to find it.

     

    Currently when you hover over the social media icons in the footer, it turns light pale blue, but I need to update this color to red (#e62601).

     

    Thank you!

    -Kristy

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Kristy,

     

    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

     

    #page-container .sh-footer .sh-copyrights a:hover {
        color: #e62601 !important;
    }

     

    Best regards,
    Shufflehound team

    klp111
    Participant

    Good morning,

     

    This fixed it – thank you! 🙂

     

    Thanks,

    Kristy

    You are most welcome here 🙂

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