All things Shopify and commerce
Hallo,
i need help for color background.
the background is white, how to change color the background with same color theme
thanks
Solved! Go to the solution
This is an accepted solution.
the theme.liquid file you need to add code like this if you use a background 3A3C41
<style>
.shopify-policy__container, body {
background: #3A3C41 !important;
}
</style>
Result:
Hi @BoxBoxID
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.shopify-policy__container,body{
background: rgb(var(--color-background)) !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
is there something wrong ? not working
Hi @BoxBoxID
Which theme are you using, Can you share your store URL so that we can look at it.
For now, you can try these steps to achieve your result
Go to online stores -> Themes -> Edit code->theme. liquid file
Then paste the below code above </head> tag
<style>
.shopify-policy__container,
body{
background: rgb(var(--color-background))!important;
}
</style>
like and reply if you have any query .
is there something wrong ? not working
@BoxBoxID Can you share your store URL, please
This is an accepted solution.
the theme.liquid file you need to add code like this if you use a background 3A3C41
<style>
.shopify-policy__container, body {
background: #3A3C41 !important;
}
</style>
Result:
thank you so much sir, it's working
@BoxBoxID
You're Welcome.
If you have any query, feel free to reply and like so that we can reach you further
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024