Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #742903

    Can I get the CSS to add colors for the rest of the social media icons, specifically Twitter, Instagram and Pinterest? Thanks!

    https://kriesi.at/support/topic/social-media-icons-color-visible/

    #742906

    Never mind. I figured it out ; )

    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b !important;
    }

    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46D4FE !important;
    }

    #top #wrap_all .av-social-link-instagram a {
    color: #fff;
    background-color: #A67658 !important;
    }

    #top #wrap_all .av-social-link-pinterest a {
    color: #fff;
    background-color: #CB2027 !important;
    }

    #743136

    Hi,

    Glad you got it working and thanks for sharing your solution :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.