Removing border from image and text - dawn theme

hi guys, i got this(as in screen shot). want to remove gray thin border from this image from home page. help please

url - deshoeshop .com

Hi @DSS5

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.image-with-text__media.image-with-text__media–adapt.gradient.color-scheme-4ccde18d-3209-422a-b7d8-7133db7d373a.global-media-settings.media {

border: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hi @DSS5

Please add this code to Custom CSS of that section in your theme customize

.image-with-text__media { border: none !important; }

1 Like

@DSS5 Go to assets/component-image-with-text.css and paste below css at bottom of file.

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item>*, .image-with-text:not(.image-with-text--overlap) .image-with-text__text-item>*

{border:none !important;}
1 Like