Page background image
how do I remove vantage page background image on specific pages?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
how do I remove vantage page background image on specific pages?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
4Hi There, I wonder if anyone can help please, I am using the Vantage theme and I would like to be able to remove the page background image from specific pages. Is this possible?
thanks
Hi Juan
Thanks for running Vantage.
This isn’t a theme feature but you could try reolsve with Custom CSS for this. If you inspect the source code for a page you’ll see a unique class number for the page contained in the opening body tag. For example on this page the class is postid-3165. You’d then need to insert something like this under Appearance > Custom CSS:
.postid-3165 #main { background-image: none !important; }If you’re running the Vantage boxed layout and are talking not about the Page background in the Customizer but the overall background then your CSS would need to look as follows:
body.custom-background.postid-3165 { background-image: none !important; }Thanks Andrew, I am out of the office for a couple of days so will try it when I am back and let you know how I get on.
cheers
Juan
For sure. Chat then.
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.