Archived topic
Lightweight Social Icons
1 reply · Started by Anonymous on January 25, 2016
Hello!
We just downloaded the lightweight social icons plugin for our website. We are not using the generate press theme.
When we add the social profiles to the footer, a small dotted line appears below the icons, we have tried everything and don't know what could be wrong.
Here's a link to how it looks:
Thanks!!!
Hi Melissa,
It isn't allowing me to view the URL you sent.
Maybe your theme is adding underlines to the links.
Try this CSS:
.lsi-social-icon a {
text-decoration: none !important;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
