Is there a way to make the actual pages (other than the Home page) another color besides white? Meaning, not just changing the color of the area around the page, but the area where the text goes (i.e. under the text)?
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .page-content { background: red; } .body_wrapper { background: red; } .header { background: red; } .heading_wrapper { background: red; } .fullwidth { background: red; } In place of "red" you can put your color or color code. This will solve your issue.