How to change social icon hover background color?

Home Forums Gillion Theme How to change social icon hover background color?

Home Forums Gillion Theme How to change social icon hover background color?

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

    Hi Shufflehound Support,

     

    I was wondering, how to change social icon hover background color?

     

    I tried

     

    .sh-share-item-twitter:hover {
    background: red !important;
    }

     

    but it doesn’t work.

     

     

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

    Hi @hife2017,

     

    I hope you are well today and thank you for your question.

     

    You can change its color 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

     

    body .primary-desktop .sh-share-item-twitter:hover a {
        background: red !important;
    }

     

    Best regards,
    Shufflehound team

    hife2017
    Participant

    Perfect it works, thank you!

    You are most welcome here 🙂

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