background colour for pages

0
what is the code to be added in style tab for getting background colour?
asked
4 answers
1

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 

 

 

answered
1

For Example-

background-color: blue;

answered
0

background:YourColorName or Code ;

example 

background:red;

answered
0

 

Hi

You can use something like this in styles in appearance tab in properties:

background-color: blue;

answered