Author | Posts |
---|---|
Martin_1
September 18, 2025 at 5:36 pm
|
Hi, I used Microthemer to adjust 4 things on my site. When I copy the generated CSS to my theme’s CSS field and then in the preferences of Microthemer on the Inactive tab mark Upon uninstall delete all data to yes and deactivate and delete the plugin the CSS doesn’t work any longer. When I keep the plugin alive but just delete the created CSS in the General folder in Microthemer, so the css doesn’t exist any longer IN Microthemer the CSS in my Theme’s CSS field works. Why would either of these things happen? |
Sebastian
September 19, 2025 at 9:41 am
|
Hey Martin, It’s possible that your CSS targets a class Microthemer adds to the body tag. This is one of the reasons I recommend using the official way of loading Microthemer assets without having MT installed – copy some code to your theme’s functions.php file or use the Microloader plugin. For instructions / Microloader download, go to:
Doing that will ensure that classes are added, Google fonts are loaded, etc. If you would still prefer to just copy the CSS over to your theme, I can help you identify where you need to adjust your CSS. Just post the CSS rules here. Thanks! |