Archived topic
Content background
7 replies · Started by bradborland on August 11, 2016
How do I make the content background different for only one page?
Using our Simple CSS plugin you add this something like this to the Simple CSS metabox on that specific page:
.separate-containers .inside-article {
background-color: #FFFFFF;
}
Let me know if you need more info :)
Thank, Tom.
How about a picture? And will that work for just one page and not all?
For picture you can use
.separate-containers .inside-article {
background-picture: url("PICTURE_URL_HERE");
}
If the code is entered in the Simple CSS metabox at the bottom of the page then it should only apply to that specific page.
Hope this helps!
Hi Leo,
Thanks!So keep the brackets and quotes?
Yup that's right!
Thanks so much!
You're very welcome :)