Hi Guys!
I’m getting a 1px border around the SMALL ICON BOX icon on this page: I’d like to remove it.
http://palnetwork.org/spread-the-word/
It’s the one that’s to the left of Spread the Word.
I can’t work out whether it’s from something I’ve added in CSS….
Would you mind taking a look.
Thanks!!
Hi jaroljmek!
Do this, http://kriesi.at/documentation/enfold/custom-css-and-quick-css/, and give it a CSS class and then add this to your custom CSS.
.your_class * { border: 0px !important; }
Regards,
Elliott