Reply To: Exclude background from pages using css

Home Forums Support Exclude background from pages using css Reply To: Exclude background from pages using css

Home Forums Support Exclude background from pages using css Reply To: Exclude background from pages using css

#184844
Tom
Lead Developer
Lead Developer

Hi Dave,

Find the page IDs for these specific pages, then add this CSS:

body.page-id-xx {
    background-image: none;
}

xx being the ID of the page.

Let me know if you need more info 🙂