How to remove a line on section- Image with text

Solved

How to remove a line on section- Image with text

YOyo18
Shopify Partner
12 0 5

line.png

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

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
8172 1966 2403

This is an accepted solution.

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;
}

 

  • Result:
  • Ribe_Dagandara_0-1686384629611.png

    I hope it help. 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

INA_MSWEB
Shopify Partner
1281 144 164

This is an accepted solution.

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

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
8172 1966 2403

This is an accepted solution.

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;
}

 

  • Result:
  • Ribe_Dagandara_0-1686384629611.png

    I hope it help. 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
YOyo18
Shopify Partner
12 0 5

Worked like a treat.. Thanks!!

Made4uo-Ribe
Shopify Partner
8172 1966 2403

Welcome, Happy to help.😊

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

INA_MSWEB
Shopify Partner
1281 144 164

This is an accepted solution.

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

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

YOyo18
Shopify Partner
12 0 5

This also works.. thank you...