Change colors of social sharing button

Posted in: Newspaper
Post count: 17

How do I change the color of the social sharing buttons on the post pages?

Thanks.

Post count: 854

hi,

use this css code here: http://screencast.com/t/iJyc9agybyN4

.td-social-sharing .td-social-twitter {
  background-color: #fff000;
}

.td-social-sharing .td-social-facebook {
  background-color: #fff000;
}

.td-social-sharing .td-social-google {
  background-color: #fff000;
}

.td-social-sharing .td-social-pinterest {
  background-color: #fff000;
}

change the color with the one you want. #fff000 means yellow.

Thanks for you message.
Radu A.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.