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

#185126
Tom
Lead Developer
Lead Developer

I just released a new version of my Simple CSS plugin which has a metabox you can add CSS to for specific pages: https://wordpress.org/plugins/simple-css/

So while editing your page, you would just add this into the metabox:

body {
    background-image: none;
}

That would remove it completely.

The “Merge with site header” options will only show up if you have content added into the Content field.