Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #540607

    Hi, how can I change the icons color in a social sharing element to white and only on this specific page? http://screencast.com/t/OvjDShb3Xux

    Thanks.

    #540654

    Hey DROR!

    Please add following code to Quick CSS

    .page-id-30582 .av-share-box ul li a {
        color: white!important;
    }

    Regards,
    Yigit

    #540670

    Great, and if I want to make the background white and the icon pink?

    #540687

    Hi!

    In that case, please change the code to following one

    .page-id-30582 .av-share-box ul li a {
        color: #ff0066!important;
        background-color: white !important;
    }

    Regards,
    Yigit

    #540690

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to change the icons color in a social sharing element?’ is closed to new replies.