Home Forums WordPress Themes – Premium Encase Pro Background color Reply To: Background color

#41330
Sushil Adhikari
Moderator

Hi Gary Pfeffer,

first give background color for body:

body {
	background-color: red;
}

On the homepage elements are divided in to section so you need to provide background color for each section:

-> for patronize me section:

#header #header-meta {
    background-color: red;
}

->

body.home #columns {
    background: red;
}

Note: While changin color you may have to make many custom changes so it will be better if you take help from developer

Let us know if you have any question or queries regarding to our Styled Themes

Thanks