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/
I tried
.bgcolor
{
background-color: #0093d9;
}
But it didn’t seem to work.
Hope you can help!
Regards!
Thomas