How to customise CSS for a specific wordpress site when using multi site

I was using the same template for 2 different websites and had to customize some CSS only on 1 site. I still wanted to keep only 1 template version. I edited the template body classes using the wordpress body_class function. Before the changes the body html tag looked like this: <body <?php body_class(); ?>> and after […]