Hi Vignesh ,
If you adding external css then in body tag
body{
background:color;
}
You can use this format
If you adding in apperance tab
background:color;
use this format
For Example-
background-color: blue;
background:YourColorName or Code ;
example
background:red;
Hi
You can use something like this in styles in appearance tab in properties:
background-color: blue;