How to remove Black bars in default Ride theme

Solved

How to remove Black bars in default Ride theme

memoryusage
Tourist
4 0 1

IMG_4944.jpeg

IMG_4945.jpeg

 

I tried everything to remove these black/ Grey bars in the ride theme. I tried to put this code:

 

<style>
.section+.section { margin-top: 0px !important; }
</style>

 

above them head in the theme code editor and it still doesn’t seem to work. Any help is greatly appreciated 

Accepted Solution (1)
EBOOST
Shopify Partner
1330 335 403

This is an accepted solution.

Hi @memoryusage,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file

body {
	background: #fff!important;
}

If you don't want add code you can go to customize to update color.

1. Go to Store Online-> theme -> customize

2. Theme settings -> Colors -> Sheme1

EBOOST_1-1715726993168.png

3. Update background color to white

EBOOST_2-1715727044802.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 7 (7)

Made4uo-Ribe
Shopify Partner
10036 2386 3012

Hi @memoryusage 

Would you mind to share your store URL? 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.

EBOOST
Shopify Partner
1330 335 403

Hi @memoryusage,

Could you share your store url? I will help to check then give you a solution.

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
memoryusage
Tourist
4 0 1

Yes its,

 

on the main page it’s the black borders between each section 

EBOOST
Shopify Partner
1330 335 403

This is an accepted solution.

Hi @memoryusage,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file

body {
	background: #fff!important;
}

If you don't want add code you can go to customize to update color.

1. Go to Store Online-> theme -> customize

2. Theme settings -> Colors -> Sheme1

EBOOST_1-1715726993168.png

3. Update background color to white

EBOOST_2-1715727044802.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
memoryusage
Tourist
4 0 1

Exactly what I did, thank you!

BSSCommerce-HDL
Shopify Partner
2305 835 907

Hi @memoryusage

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BssTechVenture_0-1715726300290.png

 

Step 2: Search file base.css, theme.css or styles.css 

BssTechVenture_1-1715726305346.png

 

Step 3: Insert the below code at the bottom of the file -> Save

body:not(.product__info-wrapper) {
    background-color: #ffff !important;
}

Hope this can help you 
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

memoryusage
Tourist
4 0 1

Thank so much! I also figured it out by going to 1. Theme settings 

2. Colors 

3. Selecting Scheme 1 and then editing the background gradient to “no color chosen”

 

Appreciate everyone for the help!

image.jpg