• Resolved ellebea20

    (@ellebea20)


    Hi Everyone,

    I am a CSS dumbie…can anyone share with me CSS codes for my social media icons? As you can see, at the moment they are just black and I would like them to be the appropriate colors. Thank you!!

    http://www.ieltsforuae.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey elebea20, you’ll want to put this either in a custom css section or a child theme:

    span.fa.fa-facebook {
        color: #3b5998;
    }
    span.fa.fa-twitter {
        color: #55ACEE;
    }
    span.fa.fa-google-plus {
        color: #dd4b39;
    }
    span.fa.fa-rss {
        color: #FF6600;
    }

    Hope that helps!

    Thread Starter ellebea20

    (@ellebea20)

    Perfect, thank you! 😀 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS for social media icons’ is closed to new replies.