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

    Hi,

    How can I change the color of the social icons, both at the top of the menu and at the blog posts.
    My client want the variety of colors, but not the hoover.

    Thanks
    Tal

    #316655

    Hey talelie!

    Please add following code to Quick CSS

    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-linkedin a {
    color: #fff;
    background-color: #419cca;
    }
    #top #wrap_all .av-social-link-youtube a {
    color: #fff;
    background-color: #a72b1d;
    }
    #top #wrap_all .av-social-link-mail a {
    color: #fff;
    background-color: #9fae37;
    }

    Regards,
    Yigit

    #316671

    Great Yigit

    do you have the color of the Google+ ?

    #316686

    Hey!

    Yes, please use following one

    #top #wrap_all .av-social-link-gplus a {
    color: #fff;
    background-color: #de5a49;
    }

    Regards,
    Yigit

    #317217

    Great, Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘social icon color & hoover’ is closed to new replies.