how to change colour of background see image
![[Image: 2h70y15.png]](https://camo.mybb.com/0320eeaad26e040e6b32320e4208fbdbe14092ba/687474703a2f2f6935342e74696e797069632e636f6d2f326837307931352e706e67)
Templates & Styles -> Your theme -> global.css.
The first class would be body. Change color code of background in it.
Templates & Styles -> Your theme -> global.css:
Find something like:
.body {
in next lines to it, you'd find something called
background: #ffffff
edit the hex value of color to your desired color, for black, you can put, #000000 .
it is not working
nothing chage
help me
You'll have to wait a bit for your cache to clear, or perform a hard refresh.
how to do it
hard refresh?
^ press CTRL + F5 OR Shift + F5 a couple of times ( may be 3 - 6 times ... )
i put #000000 in containers background filed but not working
You shouldn't be putting that in container but body field.
thanks.helpful for newbie.