Hi,
I’m trying to put icons in a table in the footer. The footer is another page. However, I can’t figure out how to remove the white background on the icons.
Site is in the private content
Thanks
Hey MikeTandySwag,
Please try the following in Quick CSS under Enfold->General Styling:
#footer-page tr:nth-child(odd), #footer-page .pricing-table>li:nth-child(odd) {
background: transparent;
border: transparent;
}
Best regards,
Rikard
Thanks! That worked! How can I make the spacing smaller between the columns so the icons are closer?