How to remove a line on section- Image with text

my site is Sahikart.com. I want to understand as to how to remove this line. This

1 Like

Hi @YOyo18 ,

I understand that yo uwant to remove the border between the banner.

Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “theme.css, styles.css or base.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:
  4. And Save.
.image-with-text__media.image-with-text__media--adapt.gradient.color-accent-1.global-media-settings.media {
    border: none;
}
1 Like

Hi @YOyo18

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:

.global-media-settings {border: none !important;}

Regards,

San

1 Like

Worked like a treat.. Thanks!!

This also works.. thank you…

Welcome, Happy to help. :blush: