Hi, I am seeking help in eliminating the peach background in my transparent gummy image. The website URL is BreathEase.co - I have attached the photo I am referring to. Any help would be greatly appreciated.
Ideally, it will be a white background centered next to the text box that is peach.
1 Like
Hey @HunterHewitt ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
Hi @HunterHewitt
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#ImageWithText--template--21423324070208__image_with_text_jdN3CY, .image-with-text__media.image-with-text__media--adapt.gradient.color-scheme-1d964330-641b-46c6-b400-2dc0f464c016 {
background: transparent !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!