Hi,
This section uses transparent PNGs, which you can see in the image select
However when I change the background colour of the section (as in first screnshot), the icons show white background. How can I have them be transparent?
Thanks ![]()
Hi,
This section uses transparent PNGs, which you can see in the image select
However when I change the background colour of the section (as in first screnshot), the icons show white background. How can I have them be transparent?
Thanks ![]()
Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.
#shopify-section-1628497443a30d83a2 .page-width .image-wrap {
background: transparent !important;
}
Excellent! Thank you!!
Thank you for accepting my answer as a solution
Hi! So excited that this worked for me! That said, the white background still shows up on the individual product pages. Is there a code to fix that as well? Thank you in advance!