Can we change background colors on different pages in Dawn theme?

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

}

1 Like

what is the exact code and where should i paste it