Social Media Icon Colors

Support Area Forums United Social Media Icon Colors

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #18207
    Ashley Davis
    Participant

    Hi Bill,

    I found a partial answer to my dilemma in an old post from Sept 2013, and figured out how to change the background color of the Facebook and Twitter icons, but I’m not sure what to put in the content area for LINKEDIN and EMAIL. How/where would I find the codes?

    ul.social-links li.twitter a:before,
    p.staff-meta a.twitter:before {
    content: “e02a”;
    background-color: #ffffff;
    }

    Thanks Bill!

    #18208
    Bill Robbins
    Moderator

    Good Evening Ashley,

    Let’s go with this:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      body .widget ul.social-links li a,
      body .widget ul.social-links li a:before {
      	background-color: #fff;
      }
      
      
    3. Update your settings.

    See if that won't set all of them to have white background for you.

    Let me know if that doesn't do the trick,
    Bill

    #18209
    Ashley Davis
    Participant

    Perfect!

    Thanks Bill!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Social Media Icon Colors’ is closed to new replies.