Home › Forums › Support › Exclude background from pages using css › Reply To: Exclude background from pages using css
April 7, 2016 at 12:07 pm
#185126
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.