Home Forums Pro Themes Graduate Pro Change style of social icons in header

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #66025

    Hi,

    Another question sorry. Is it possible at all to change the look of the social links in the header? I’d like it to be simple white icons on the background colour like this: http://blog.useiconic.com/assets/images/release-1.6-cover.png

    Thanks,
    kezia

    #66027
    wensolutions
    Keymaster

    Hello @keziacw,

    To change the look of a social icon in the header as you want add below-given custom CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .social-icon li a:before {
        color: #fff !important;
    }
    .social-icon li a:before {
        background: black;
    }

    Hope this helps.

    Best Regards!!

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