How to remove the global background from the single post pages.
Go to Appearance -> Customize -> Additional CSS (or equivilant when using certain themes) Add the following code: .post-template-default.single.single-post { background:none; }
Go to Appearance -> Customize -> Additional CSS (or equivilant when using certain themes) Add the following code: .post-template-default.single.single-post { background:none; }