Custom CSS

Hi there, is there a way to remove the white background? The image inserted is PNG with a transparent background already. Thanks in advance

Hello

Can you share page link?

Regards

Titu

Hey @Chuckachucka

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.rte img {
    box-shadow: unset !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Hello @Chuckachucka

Please use this code in CSS

#shopify-section-template--18624510886046__main img {
box-shadow: none !important;
}