• Closed
  • Ed Torque
    Spectator
    July 29, 2016 at 4:22 am #29448

    Hi,

    How do I define the color of the social media icons in the sidebar widget? I used the following CSS but is not working:

    .t4p-icon-social-twitter { color: #0084b4 !important; background-color: #ffffff !important;padding: 5px; } .t4p-icon-social-facebook { color: #3b5998 !important; background-color: #ffffff !important;padding: 5px; } .t4p-icon-social-google-plus { color: red !important; background-color: #ffffff !important;padding: 5px; } .t4p-icon-social-youtube { color: black !important; background-color: #ffffff !important;padding: 5px; } .t4p-icon-social-envelope-o { color: orange !important; background-color: #ffffff !important;padding: 5px; } .t4p-icon-social-linkedin { color: #0077b5 !important; background-color: #ffffff !important;padding: 5px; }

    Thanks very much,

    Ed