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

    please make that the facebook and social share icons at the footer menu (right bottom) look like this by default. not only at mouseover: http://i.imgur.com/3Ndp3w4.png

    #467205

    Hey wiwaldi79!

    Please add following code to Style.css file of your child theme

    #top #wrap_all .av-social-link-facebook a {
      color: #fff;
      background-color: #37589b;
    }

    Cheers!
    Yigit

    #467455

    WORK. How can i do this for all social icons in the footer. this don`t work for youtube and xing….

    • This reply was modified 9 years, 4 months ago by wiwaldi79.
    #467621

    Hi!

    Please add following code to Style.css file as well

    #top #wrap_all .av-social-link-youtube a {
      color: #fff;
      background-color: #a72b1d;
    }
    #top #wrap_all .av-social-link-xing a {
      color: #fff;
      background-color: #006567;
    }

    Cheers!
    Yigit

    #467648

    DONE. THANKS. CLOSED!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘display facebook icon by default blue’ is closed to new replies.