Reply To: particular page's background color

Home Forums Support particular page's background color Reply To: particular page's background color

Home Forums Support particular page's background color Reply To: particular page's background color

#206477
Dmitry Bychenko

thanks, Roberto!

i use Simple CSS plugin, it has window for css on every page/post, so i dont really need to know page’s id (which is not a problem to find its id).

finally i use this code:

body.page{
background-color: red;
}

dont know, if im right or wrong, but it works.
thanks!