How to remove a line on section- Image with text

Solved
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
2576 552 699

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. 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

SAN_MSWEB
Shopify Expert
839 105 107

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
2576 552 699

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. 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


YOyo18
Shopify Partner
12 0 5

Worked like a treat.. Thanks!!

Made4uo-Ribe
Shopify Partner
2576 552 699

Welcome, Happy to help.😊

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


SAN_MSWEB
Shopify Expert
839 105 107

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...