Plugin Support
Laszlo
(@laszloszalvak)
Hi @futureyoon
Most providers have strict guidelines about the button design. All of our social buttons are designed the way they comply with those guidelines. So we don’t really want to give people any options to change their design, as in some cases that could make your App being blocked if the staff of corresponding provider reviews your website.
Most providers probably won’t take font family modifications that seriously, so if you would like to modify the fonts you could override them with custom CSS, like this:
div.nsl-container div.nsl-button-default div.nsl-button-label-container {
font-family: Impact;
}
If the CSS doesn’t work, you can try making it even stronger with !important rule.
The custom CSS could be added at WordPress > Appearance > Customize > Additional CSS.
But personally I don’t suggest modifying the design.
Best regards,
Laszlo.