can we assign different bg color on different pages like black bg color on homepage and collection pages and white on product pages…
can we assign different bg color on different pages like black bg color on homepage and collection pages and white on product pages…
Hi @NARESH2 ,
Technical experience needed to do this task.
Hi @NARESH2
For this purpose: we have to code in the theme files and assign particular colors for each page.
i.e.
body.product_page{
background-color:red
}
what is the exact code and where should i paste it