Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey guys, I created my own image design in Canva, but when I added it to the "Image with Text" section, there’s this subtle border around the image. On some devices, it’s very noticeable, especially if you have an image with a white background at the top.
How can I remove this border from all "Image with Text" sections? I need it to work for both desktop and mobile.
Here’s my store URL: https://1049xn-ya.myshopify.com/
Thanks,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim
Try this one.
.image-with-text__media-item .global-media-settings {
border: none !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @CreatorTim
Try this one.
.image-with-text__media-item .global-media-settings {
border: none !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thank you!
Hi @CreatorTim
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
.image-with-text__media img, .image-with-text__media {
border: none !important;
box-shadow: none !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Hi @CreatorTim
Please go to your store admin > Sales Channels > Online Store > Themes > Customize > Theme settings > Custom CSS, add this code
.image-with-text__media { border: unset !important; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.