Changing colour of Blog page

Hi, I’m trying to change the background and text colour on his blog page. I’m new to X & Cornerstone but can’t seem to change it easily.

I want the background off white and the text a dark gray. Both here and when you click on the blog to read it.

Thanks in advance.

Hi Kevin,

Thank you for writing in, to change the Body Background Color please navigate to Theme Options > Layout and Design and look for the Background Color option.



To change the body text color, please navigate to Theme Options > Typography and look for the Body Font Color



Hope it helps,
Cheers!

Hi, Thanks for your response, but I know that much, I’m looking to change the red background surrounding the post etc.

Hello Kevin,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.blog .entry-wrap {
    background-color: #484848;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thanks, Last one I promise, how about changing the background for the actual post when reading it?

Hello Kevin,

Thanks for updating the thread.

Please add following CSS under Pro > Theme Options > CSS:

.single-post .entry-wrap {
    background-color: #f2f2f2;
}

Thanks.

That’s great, thank you so much.

Kevin.

We are delighted to assist you with this.

Cheers!

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