We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

i cant change the background of my product page

i cant change the background of my product page

hiitsmessi
Visitor
1 0 1

i use a template from build your store ai so its not on shopify but pretty much i cant change the color of the background of my product information page

Replies 2 (2)

devcoders
Shopify Partner
1654 190 545

@hiitsmessi 

 

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Bundler-Manuel
Astronaut
1195 56 141

Hey there @hiitsmessi  Follow the steps below and let me know if it works for you

1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>

<style>
{%if template contains 'product'%}
body{
background:red !important;
}
{%endif%}
{%if template contains 'collection'%}
body{
background:green !important;
}
{%endif%}
{%if template contains 'page'%}
body{
background:blue!important;
}
{%endif%}
<style>
Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.