Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #526686

    Hi, how can I change the outline/border and the sharing icons color to – #2846aa. I want to keep the hover effect that gives each sharing option its own color, just to change the default color when there is no hover over them – http://screencast.com/t/tbnWUwYnSt

    Thanks.

    #526842

    Hey DROR!

    Please add following code to Quick CSS

    .av-share-box * {
        border-color: #2846aa!important;
    }
    li.av-share-link.av-social-link-mail {
        border-left: none;
    }
    .av-share-box ul li:first-child {
        border-left: 1px solid #2846aa;
    }

    Regards,
    Yigit

    #526904

    Thanks, what about the icons themselves – http://screencast.com/t/U4BHD6mgCRv – Can I also make them the same Blue color as the outline?

    #526916

    Hi!

    Yes, please add following code to Quick CSS as well

    .av-share-box ul li a { color: #2846aa; }

    Best regards,
    Yigit

    #526921

    Added the code but the color remains the same as before.

    #526924

    Hi!

    Please try changing the code to following one

    .av-share-box ul li a { color: #2846aa !important; }
    .av-share-box ul li a:hover { color: white !important; }

    Cheers!
    Yigit

    #526943

    Perfect. Thanks :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change the color of the sharing icons?’ is closed to new replies.