Page background colour

Hi Forum,

I am using a boxed layout, and I have found out how to change the colour of the background, but I cannot see how to change the colour of the content area itself. I want to be to produce text on colours other than white!

Can you help?

William

Hi,

To change the background color of the content area, you can add the code below in Theme Options > CSS

.entry-wrap {
     background-color:red;
}

Hope that helps

Hi Paul. thanks for this code, but what I really need to do is change the colour of the entire page. This code gives me text in a red box on a white page, but I need text on a red page!

Sorry if my original question wasn’t clear.

Hi There,

Please provide us with the URL to your page, so that we can assist you accordingly.

Thanks!

Here is the URL

More specifically

Hello @overlooked,

Thanks for sharing website URL.

You need to make couple of changes. First add following CSS in theme options panel.

div#x-site {background-color: #ddd;}

Next, change section background color. https://screencast.com/t/YT1gNYvn8g6

Thanks.

Thanks for the screenshot, Prasant, Can you tell me how I get to that panel? Is it in Theme Options or Content?

Hello @overlooked,

If you want the changes to effect the single page then you can add the code in page CSS panel. On the other hand, if you want the changes to effect site wide then please add into Theme options CSS.

Thanks.

Thanks. I just cannot find the panel in your screenshot!

Hello @overlooked,

I have created a screencast that you can take a look. https://www.screencast.com/t/wkRoNVBdNDiY

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.