Desktop background colour is correct but its a different colour on mobile. How to fix?

Solved

Desktop background colour is correct but its a different colour on mobile. How to fix?

saabbb1212
Explorer
58 3 14

Can some one help please? I.  Screen Shot 2024-10-12 at 7.22.17 PM.png

 

 

 

Accepted Solutions (3)
saabbb1212
Explorer
58 3 14

This is an accepted solution.

THANKYOU -Screen Shot 2024-10-12 at 8.50.58 PM.pngIT WORKED FOR THE TOP BUT NOT THE BOTTOM 😞

View solution in original post

Moeed
Shopify Partner
7375 1996 2438

This is an accepted solution.

Hey @saabbb1212 

 

Remove the previous code and try this updated code.

<style>
@media screen and (max-width: 767px) {
.page-width.utility-bar__grid {
    background: #FAFAF9 !important;
}
.header {
    background: #FAFAF9 !important;
}
.rich-text {
    background: #FAFAF9 !important;
}
.gradient {
    background: #FAFAF9 !important;
}
}
</style>

 

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

saabbb1212
Explorer
58 3 14

This is an accepted solution.

THANKYOU SO MUCH !! 🙂 IT WORKED

View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
7375 1996 2438

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>
@media screen and (max-width: 767px) {
.page-width.utility-bar__grid {
    background: #FAFAF9 !important;
}
.header {
    background: #FAFAF9 !important;
}
.rich-text {
    background: #FAFAF9 !important;
}
}
</style>

RESULT:

Moeed_0-1728718851452.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


saabbb1212
Explorer
58 3 14

This is an accepted solution.

THANKYOU -Screen Shot 2024-10-12 at 8.50.58 PM.pngIT WORKED FOR THE TOP BUT NOT THE BOTTOM 😞

Moeed
Shopify Partner
7375 1996 2438

This is an accepted solution.

Hey @saabbb1212 

 

Remove the previous code and try this updated code.

<style>
@media screen and (max-width: 767px) {
.page-width.utility-bar__grid {
    background: #FAFAF9 !important;
}
.header {
    background: #FAFAF9 !important;
}
.rich-text {
    background: #FAFAF9 !important;
}
.gradient {
    background: #FAFAF9 !important;
}
}
</style>

 

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


saabbb1212
Explorer
58 3 14

This is an accepted solution.

THANKYOU SO MUCH !! 🙂 IT WORKED

Moeed
Shopify Partner
7375 1996 2438

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


saabbb1212
Explorer
58 3 14

OOPS NOW IT HAS THIS CREAM BAR UNDER 'SHOP NOW'BUTTON 😞Screen Shot 2024-10-12 at 9.02.46 PM.png