It has bugs obviously. It removes all CSS styles you embed or via WordPress system, e.g.:
<style type="text/css" media="screen">
html { margin-top: 32px !important; }
* html body { margin-top: 32px !important; }
@media screen and ( max-width: 782px ) {
html { margin-top: 46px !important; }
* html body { margin-top: 46px !important; }
}
</style>
<style type="text/css" id="wp-custom-css">
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
.row.row-banner-notice {
background-color: #000;
} </style>
The styles above are removed.
How can we fix this?
It has bugs obviously. It removes all CSS styles you embed or via WordPress system, e.g.:
The styles above are removed.
How can we fix this?