How to get rid of inline styles
-
The customizer puts in it’s styles inline in de HTML head like this:
<style id=’atomic-blocks-style-inline-css’ type=’text/css’>Now I want to get rid of all that because it’s in the way of my child theme style.css since it’s loaded after that. And !important is not the way to go here.
How do I reset the customizer options to get rid of this? Already looked for it in the database, but could not determine where it is comming from.
- The topic ‘How to get rid of inline styles’ is closed to new replies.