different background on different pages
On several pages (not the homepage) I would like a different background. In othertopics i read about the body.page-id-xxx css. How do i find the page-id?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Mail Box
If you’re using the Vantage boxed layout then you can achieve this using the following plugin:
https://wordpress.org/plugins/custom-background-extended/
If you’re using the full width layout then this can be done using Custom CSS as follows:
.page-id-x #main { background-image: url("http://urlgoeshere.com"); }You can get the page ID by editing the page in WordPress and checking the URL. The page ID is in the URL. Insert that number where I’d said “x”.
Hope that helps.
thanks
For sure :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.