Home Forums WoodMart support forum Change look of social share buttons? Reply To: Change look of social share buttons?

#133908

Hello,

Please replace the provided code with this one:

body.single .entry-summary .icons-design-default .woodmart-social-icon {
    padding: 10px 5px;
}
body.single .entry-summary .woodmart-social-icons i {
  display:block;
	padding:5px;
	color:white;
}

body.single .entry-summary i.fa-facebook {
background-color:blue;
}
body.single .entry-summary i.fa-twitter {
background-color:blue;
}
body.single .entry-summary i.fa-envelope{
background-color:blue;
}
body.single .entry-summary i.fa-pinterest{
background-color:blue;
}
body.single .entry-summary i.fa-linkedin {
background-color:blue;
}

Best Regards