Different color background single page

Hi,

Do you know how to change the color on a single page and keep the same background (png) image as the other pages on the same site?

I put some css in:

.page-id-225 .site { background-color: #0093d9; }
https://oosterleeschool.nl/nieuw/kwaliteit-2/

The background image should be like:
https://oosterleeschool.nl/nieuw/kwaliteit-basisschool-2/

Hope you can help!

Regards!

Sanne

Hi Sanne,

Thanks for reaching out.
You can set the background image from the Page Settings in the Default Editor as shown in the screenshot. You can also set the Body Class and add the custom CSS code for background color into it.
Like, you have added the bgcolor class and added the following custom CSS into the Theme Options > CSS.

.bgcolor
{
    background-color: #0093d9; 
}

Hope it helps.
Thanks

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