How to remove the global background from the single post pages.

  • Post author:Dion Reijbroek
  • Post category:Wordpress

Go to Appearance -> Customize -> Additional CSS (or equivilant when using certain themes)

Add the following code:

.post-template-default.single.single-post {
      background:none;
}