Archived topic
Background Color Ligthweight Social Icons
7 replies · Started by Borja on February 17, 2017
Hi, I want to put transparent background to the Ligthweight Social Icons. It's possible? Because I have black and white background on the pages. Thanks!
Example:
http://www.quintetoenara.com/contacto/
Hi there,
Try this CSS:
.widget .lsi-social-icons.icon-set-lsi_widget-4 a,
.widget .lsi-social-icons.icon-set-lsi_widget-4 a:visited
.widget .lsi-social-icons.icon-set-lsi_widget-4 a:focus
.widget .lsi-social-icons.icon-set-lsi_widget-4 a:hover {
background: transparent !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Hi! Thanks but it doesn't work. Other solution?
Updated the code above. Give it another shot :)
Right! But no when the mouse is hover 🙈
Edited the code again. Should really work now :)
Let me know..
Perfect! Thanks! 🙂
You're welcome :)