Home Forums WoodMart support forum Change colors of the social media icons icons

Change colors of the social media icons icons

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

    cosett
    Participant

    Hi there, I would like to ask if you can change the background of the social media icons? Please see the picture attached. Thanks

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

    Hung Pham
    Participant

    Hi cosett,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    /* Facebook */
    a.social-facebook {
      --social-color: #365493;
    }
    
    /* Facebook */
    a.social-instagram {
      --social-color: #365493;
    }
    
    /* Facebook */
    a.social-youtube {
      --social-color: #365493;
    }

    Regards,

    #605399

    cosett
    Participant

    Awesome! That worked, thank you

    #605414

    Hung Pham
    Participant

    Hi cosett,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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

The topic ‘Change colors of the social media icons icons’ is closed to new replies.