How can I change the background color on product pages?

Hello

Our last post didn’t get answered… need help on changing the background colour on all of our product sections in the website.

Our home page can stay with a black background but ideally the product pages need to have a white page background. I cant find the page codes when i inspect the website.

Ideally need the font to be black on these pages aswell.

See below, The products are uploaded as a PNG with no background but still comes out with a white background.

https://wholesale.vapedistillery.com/collections/salts

hello @Vapedistillery

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.collection-template .product-loop .product-index    .box-ratio img {
    background-color: #020202 !important;
}
1 Like

That works! thank you,

Is there a code for changing the “log in to see prices” box and text color?

hello @Vapedistillery

which color of background and text color do you want?

Hello,

need just a white background on the product pages

hello @Vapedistillery

it is white background on product page see screenshot https://nimb.ws/kJM9wS

Attached a screen shot of our mock design, this is what we want the final outcome to look like.

we need the main page to have a white background

hello @Vapedistillery

please Go to Online Store->Theme->Edit code then go to assets/stylesheet.css ->paste below code at the bottom of the file.

.collection-template .product-loop .product-index    .box-ratio img {
    background-color: #ffffff !important;
}
.collection-template{
     background-color: #ffffff !important;
     color:#000000 !important ;
}
 .shifter-page{
     background-color: #ffffff !important;
     color:#000000 !important ;
}
.collection-template .styled-select.coll-filter ,.collection-template .product-loop  .product-title , .collection-template #collection-sidebar .sortme .clearfix.filter h4 ,
 .collection-template .accordion-side-menu li a {
     color:#000000 !important ;
}

Thank you, thats worked but has changed the home page back to white aswell,

The home page will need to have a black background