Home Forums WoodMart support forum Social media colors

Social media colors

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

    johnny10
    Participant

    Hi,

    How can I change the color of social media.
    I have changed in CSS files, but works not.

    • This topic was modified 9 months, 1 week ago by johnny10. Reason: ticket in progress
    Attachments:
    You must be logged in to view attached files.
    #486105

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-sticky-social-right .wd-social-icon.social-facebook {
       background-color:red;
    }
    body .wd-sticky-social-right .wd-social-icon.social-youtube {
       background-color:yellow;
    }
    body .wd-sticky-social-right .wd-social-icon.social-pinterest {
       background-color:blue;
    }
    body .wd-sticky-social-right .wd-social-icon.social-instagram {
       background-color:green;
    }

    Please replace the colors as per your needs.

    Best Regards

    #486190

    johnny10
    Participant

    Thanks. Works.

    #486384

    You are welcome! We are here to help.

    Wish you a wonderful day!

Tagged: 

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

The topic ‘Social media colors’ is closed to new replies.