Color Social Link Icons

Home Forums Jevelin Theme Color Social Link Icons

Home Forums Jevelin Theme Color Social Link Icons

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

    Hi,

     

    I refer the footer https://cbdfactum.com/ and there the Social Links icons.

    As you can see the appear white.

     

    Is there a way I can set the icon color in the settings or do I have to overwrite a CSS – in this case please advice which one I have to set.

     

    This doesn’t work somehow: https://support.shufflehound.com/forums/topic/changing-social-icon-color-and-set-fixed-header-background/

     

    Thank you, Peter

    Solution for this topic

    Hi Peter,

     

    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

     

    .sh-footer .sh-footer-widgets .sh-social-widgets a i {
        color: #000 !important;
    }
    
    .sh-footer .sh-footer-widgets .sh-social-widgets a {
        background: #FFF !important;
    }

     

    Best regards,
    Shufflehound team

    CBDFactum
    Participant

    Thx, this helped! You can close the ticket.

    • This reply was modified 5 years, 3 months ago by CBDFactum.

    You are most welcome here šŸ™‚

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