1. Home
  2. Docs
  3. Winning Agent Pro 2 Theme...
  4. Extras
  5. Remove Background Image from Landing Page

Remove Background Image from Landing Page

The Winning Agent Pro 2.0 theme has a template to use for Landing Pages.

If your background image shows when you use the Landing Page, add the following CSS to
Appearance > Customize > Additional CSS.

/* Remove background image on landing page */
body.custom-background.page-template-landing {
    background-image: none;
}