Tagged: background, background color
Hi,
I would like to set a different background color for just one page.
How can I do this?
The site is:
but this page
should have a different background color than the default background color the other pages have.
Thanks and best regards,
Michael
Hey tuxscde,
Please try the following css:
.page-id-1490 #main {
background-color: #ccc !important;
}
And deactivate Autoptimize for now.
Best regards,
Victoria