Shopify themes, liquid, logos, and UX
Hello, I would like to remove this grey line around my transparent image.
https://quatreausoir.fr/pages/flash
I tried this code but it didn't work
.section-template--23166564008201__image_with_text_4X8CjR-padding .rte img {
border: none;
}
Can somebody help me please ?
Solved! Go to the solution
This is an accepted solution.
Hi HT23
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
border: none !important;
}
Result:
Best,
Esther
This is an accepted solution.
Hi HT23
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
border: none !important;
}
Result:
Best,
Esther
It worked ! Thank you !!
Hi @HT23,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.
.image-with-text__media{
border: none !important;
}
Shopify and our financial partners regularly review and update verification requiremen...
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