Hello! I’m wondering how to remove the shadow behind the image in the “Image with Text” block of the Sense theme. It’s essential for me that the changes only affect this specific image. Thanks in advance!
Hi @PawsClaws
Would you mind to share your store URL? Thanks!
Sure!
Here’s the URL to my store: https://claws-paws.us
Thanks for the info, do you like into specific image with text section? Or for all image with text in your store?
This is for all image with text.
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:
.image-with-text .image-with-text__media-item>* {
box-shadow: none !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks for letting me know
I need to edit a few specific images on the website. All other images should have a shadow effect ![]()
It seems like I don’t have access to that section. It’s likely that the Sense theme doesn’t support that particular customization option ![]()

