I use Mercer template and wont to change only index page background color .at first I tried to use
<style>
body {background-color: pink;}
#canvas {background-color: pink;}
</style>
than
.collection-[id] #content { background-color: [your color #]; }
all 2 examples not working for me
pls help me :((((