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

#140295
Paulie_D
Member

The `/* xxxx*/` was just to indicate a comment.

I think you can ‘reset’ the background by setting it to none but if `transparent` works then that’s OK.

The `!important` addition just means, in CSS parlance, “I don’t care about whatever specificity rules might apply..USE THIS”.

It should be used sparingly…very sparingly.