Shopify themes, liquid, logos, and UX
Hi !
As many people, I have gray border outside of my images. I added a border radius on the CSS by using on every image this code : img {
border-radius: 20px;
}
And so gray lines appears around the image making the border radius useless.
I have seen many people in the same case but it seems that this code at the bottom of the base.css work for them but not for me... Any solutions ? Here is the css code i tried :
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
border: none;
}
Any help would be very appreciated !!
Thanks.
Solved! Go to the solution
This is an accepted solution.
Hey @barnabé
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>
.image-with-text__media--medium {
border: unset !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @barnabé
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
This is an accepted solution.
Hey @barnabé
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>
.image-with-text__media--medium {
border: unset !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you so much, it works !
By any chance do you now how to apply it on product images ? Just like in the following picture ?
Thanks !
Hi @barnabé
Please, share your store URL. Thanks!
Hey !
Here is the URL and password : https://equipe-5-next-u.myshopify.com/
aiheon
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025