Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Full page background in wordpress Re: Full page background in wordpress

#140189
Paulie_D
Member

Setting a background image on the `html` shouldn’t affect the body.

Surprised you can’t do

body.custom-background {
background-color:transparent !important; /* or none */
}

in your CSS sheet.