Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9592
    Terry M
    Member

    How can I change the Facebook, Google+ and YouTube icons in the header so they are blue, orange and red as shown when you rollover, instead of the white. I would like to use the colored icons with no rollover. http://terrymehilos.com/test/

    #9659
    Sakin
    Keymaster

    @Terry M: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    ul.social-profile li.facebook a {
        background-position: 0 -43px;
    }
    ul.social-profile li.google-plus a {
        background-position: -173px -43px;
    }
    ul.social-profile li.you-tube a {
        background-position: -87px -43px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Social Icons’ is closed to new replies.