Change color on singel page

Hello,

I try to change the color on just the blog page, not the entire site. So I tried with the:
body.page.page-id-141 {
background-color: #ff0000;
}

But it didn’t work. The Page ID for the blog is 141.

See attached print screens.

Best

Philip

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the background color of the page by going to Appearance > Customize > Additional CSS and pasting it there.

/*Blog page color*/
.page-id-141 body {
    background-color: red;
}

OR

/*Blog page color*/
.blog body {
    background-color: red;
}

Best Regards,
Support

Hello,

Neither works. See attached print screen.

Best

Hi,

Try this,

.blog .content-area { background-color: #ff0000; }

If that didn’t help, can you please show us your website address?

Let us know,

Thanks,
laranz.