How to remove this bar under the "buy now' button please?

Solved

How to remove this bar under the "buy now' button please?

saabbb1212
Tourist
45 3 14

After I added code to get mobile background colour right and matching the desktop colour-but now this cream coloured bar appeared under 'buy now' button. how to remove please?Screen Shot 2024-10-12 at 7.22.17 PM.pngScreen Shot 2024-10-12 at 9.02.46 PM.png

.

Accepted Solution (1)

Moeed
Shopify Partner
5819 1581 1880

This is an accepted solution.

Hey @saabbb1212 

 

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>
.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1728724118133.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Tech_Coding
Shopify Partner
378 105 89

Hello @saabbb1212 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Moeed
Shopify Partner
5819 1581 1880

This is an accepted solution.

Hey @saabbb1212 

 

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>
.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1728724118133.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


saabbb1212
Tourist
45 3 14

omg thanks so much!! 🙂 it worked !

 

Moeed
Shopify Partner
5819 1581 1880

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.

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications