White bar at bottom of store

Solved

White bar at bottom of store

DSFilmLabs
Tourist
3 0 3

Hi, there's a white bar on the bottom of all my pages. How do I either remove it or change it to black on all my pages?

Thanks.

 

shopifybar2.jpgshopifybar1.jpg

Accepted Solution (1)
Moeed
Shopify Partner
6719 1814 2198

This is an accepted solution.

Hey @DSFilmLabs 

 

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>
body {
    background: black !important;
}
</style>

RESULT

Moeed_0-1738667045601.png

 

If I managed to help you 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 5 (5)

Moeed
Shopify Partner
6719 1814 2198

Hey @DSFilmLabs 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


DSFilmLabs
Tourist
3 0 3

Hi Moeed, 

 

DSFilmLabs.co.uk

wilmslow

Moeed
Shopify Partner
6719 1814 2198

This is an accepted solution.

Hey @DSFilmLabs 

 

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>
body {
    background: black !important;
}
</style>

RESULT

Moeed_0-1738667045601.png

 

If I managed to help you 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


DSFilmLabs
Tourist
3 0 3

Brilliant! Thank you.

Moeed
Shopify Partner
6719 1814 2198

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications