UNABLE TO MODIFY PRODUCT BACKGROUND COLOR FROM TEMPLATE
dan_russow said 1 year ago:
There does not appear to be a way to change the product background on the QSC templates. I can see where I should be able to modify it, but it doesn’t change. I also tried the advanced CSS code…. again nothing changed.
Gary A said 1 year ago:
@dan_russow
The background color of the product pages depends primarily on the Template you choose. Generally, the best way to change this is to review the available templates and see if there is a template that better meets your needs. The background is usually set by images, but you might be able to change some if it with some Advanced CSS. You can try using this CSS snippet to change the background color of your product pages, but depending on the template you are using this might not work.
.product-page{
background-color: #aa0000;
}
You can change the color to be anything you want.
You can also try experimenting with these as well, but again, depending on your chosen template your mileage may vary.
.product-detail content-block{
background-color: #aa0000;
}
.product-primary{
background-color: #aa0000;
}
-Gary
6 min expected wait time