PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.widget .widget-social a i {
border-color: #000;
color: #000;
}
.widget .widget-social a:hover i {
border-color: #555;
color: #fff !important;
background: #555;
}Regards,
PenciDesign.