can anyone provide me with the correct code to get rid of the white backdrop? all of my images for the collection are .png
www.emotionaldebt.net is my page so you can see what i mean.
can anyone provide me with the correct code to get rid of the white backdrop? all of my images for the collection are .png
www.emotionaldebt.net is my page so you can see what i mean.
Hi @Emotionaldebt ,
You can follow the instruction below:
.collection-grid-item__overlay {
background-color: transparent !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thank you it worked! I also coded a new font into my website, it worked but the collection font is still the same, how do I change that font as well?
can you try this code
.collection-grid-item__title-wrapper::before {
background: transparent;
}