gap between header and collection list

Solved

gap between header and collection list

ashlynnmmiac
Tourist
6 0 2

how can I remove this gap or change the color to black ? https://boobearstar.myshopify.com/collectionsgap .png

Accepted Solution (1)
Moeed
Shopify Partner
7379 1996 2438

This is an accepted solution.

Hey @ashlynnmmiac 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code

3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
main#MainContent {
    background: black !important;
}
</style>

RESULT:

Moeed_0-1743888150256.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
7379 1996 2438

Hey @ashlynnmmiac 

 

Your store is password protected, share your store password as well.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Moeed
Shopify Partner
7379 1996 2438

This is an accepted solution.

Hey @ashlynnmmiac 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code

3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
main#MainContent {
    background: black !important;
}
</style>

RESULT:

Moeed_0-1743888150256.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ashlynnmmiac
Tourist
6 0 2

yayyy that worked thank you !