Re: Grey lines between sections on Ride Theme

Solved

Grey lines between sections on Ride Theme

AndrewGowdy
Tourist
7 2 3

Hello, I have been checking on the previous posts on this topic and have been unsuccessful in trying to remove the grey lines between my sections (screen shots attached).  I am using the Ride Theme and did have no borders until last night !!

 

I am a novice user, but have managed to complete some other customisation using bespoke CSS coding.

 

Any help would be greatly appreciated.

 

AndrewGowdy_0-1697994932950.png

AndrewGowdy_1-1697994949803.png

 

Accepted Solutions (3)
AndrewGowdy
Tourist
7 2 3

This is an accepted solution.

Hi Richard, that removed the bottom grey line !! Unfortunately the other ones remain.

 

Is there tag for header and the other sections?

 

Many thanks

View solution in original post

Made4uo-Ribe
Shopify Partner
8159 1962 2400

This is an accepted solution.

Thank for info try this one then.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.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:

 

.header-wrapper--border-bottom {
    border-bottom: 0px;
}
.content-container {
    border: none;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698002770366.png
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

AndrewGowdy
Tourist
7 2 3

This is an accepted solution.

legend !! that worked a treat.  Many thanks

View solution in original post

Replies 6 (6)

PageFly-Richard
Shopify Partner
4661 1068 1725

Hi @AndrewGowdy 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.footer__content-bottom {
    border-top: unset !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

AndrewGowdy
Tourist
7 2 3

This is an accepted solution.

Hi Richard, that removed the bottom grey line !! Unfortunately the other ones remain.

 

Is there tag for header and the other sections?

 

Many thanks

Made4uo-Ribe
Shopify Partner
8159 1962 2400

Hi @AndrewGowdy 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

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.
AndrewGowdy
Tourist
7 2 3
Made4uo-Ribe
Shopify Partner
8159 1962 2400

This is an accepted solution.

Thank for info try this one then.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.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:

 

.header-wrapper--border-bottom {
    border-bottom: 0px;
}
.content-container {
    border: none;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698002770366.png
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.
AndrewGowdy
Tourist
7 2 3

This is an accepted solution.

legend !! that worked a treat.  Many thanks