By Lynn Fredricks on Wednesday, 26 February 2014
Posted in General Issues
Replies 3
Likes 0
Views 1K
Votes 0
Take a look at the link to this page. If you scroll down to the bottom, you can see that the social media buttons have a sort of black background which do not conform to the size/shape of the buttons. Its not very pretty. How do I fix this so its the proper white?
Hello Lynn Fredricks,

I have inspected in your site, you can apply this CSS code in your template CSS file and see how it goes.


div#discuss-wrapper #dc_share .social-button
{
background: none;
padding: 0;
}
·
Wednesday, 26 February 2014 16:10
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked. Its a Rockettheme template, so adding it to an override file worked nicely.
·
Thursday, 27 February 2014 01:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Lynn Fredricks,

You're welcome, glad to heard your issues resolved.
·
Thursday, 27 February 2014 01:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post