Home › Forums › WoodMart support forum › Change look of social share buttons? › Reply To: Change look of social share buttons?
July 22, 2019 at 1:31 pm
#133908
Elise Noromit
Member
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