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.

Replies

4
  1. Altexuk 11 years, 7 months ago

    Hi 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

  2. Andrew Misplon Staff 11 years, 7 months ago

    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; }
  3. Altexuk 11 years, 7 months ago

    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

  4. Andrew Misplon Staff 11 years, 7 months ago

    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.

Have a different question or issue?

Start New Thread