Sorry guys, I’m not available 🙁
Here is a quick fix. Should work for all themes.
Edit your header.php and add <?php body_class(); ?> inside your body declaration tag. For example, if you currently have this: <body> you should change it to: <body <?php body_class(); ?>>