Have your say in Community Polls: What was/is your greatest motivation to start your own business?

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
9085 2171 2680

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

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 7 (7)

PageFly-Richard
Shopify Partner
4801 1085 1753

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
9085 2171 2680

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
AndrewGowdy
Tourist
7 2 3
Made4uo-Ribe
Shopify Partner
9085 2171 2680

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
AndrewGowdy
Tourist
7 2 3

This is an accepted solution.

legend !! that worked a treat.  Many thanks

Pair_of_Squares
Excursionist
16 0 4

I found you can also achieve this by going into Themes -> Customise (your chosen Theme) -> Theme Settings (the Cog icon top left) -> Content Container - change the border thickness to 0px. Check if it effects any other content containers, but for me it got rid of the majority of grey lines between sections.