How to change color of social icons?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jul 08, 2016 5:50 pm
Reply with quote
Report this post
I override the color style of template, but can't understand how to change the color of social icons. I need the green icons instead the blue (see attached image). How can I change color?

si_color.jpg
User avatar
Fresh Boarder

teitbite
Mon Jul 11, 2016 10:15 am
Reply with quote
Report this post
Hi

This code can overwrite it:

Code: Select all
.gkTeamOverlay a:hover {
    background: #6675e6 none repeat scroll 0 0;
}
User avatar
Moderator


cron