How to remove Button block CSS from HTML
-
On pages where I have used Button blocks, I see this styles added to the HTML:
<style>.wp-container-623aeac97e09b{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac97e09b>*{margin:0}</style> <style>.wp-container-623aeac97e5e6{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac97e5e6>*{margin:0}</style> <style>.wp-container-623aeac97e990{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac97e990>*{margin:0}</style> <style>.wp-container-623aeac97eeee{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac97eeee>*{margin:0}</style> <style>.wp-container-623aeac97f426{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac97f426>*{margin:0}</style> <style>.wp-container-623aeac97f8fd{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac97f8fd>*{margin:0}</style> <style>.wp-container-623aeac97fd79{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac97fd79>*{margin:0}</style> <style>.wp-container-623aeac9801f9{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac9801f9>*{margin:0}</style> <style>.wp-container-623aeac980626{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac980626>*{margin:0}</style> <style>.wp-container-623aeac98092a{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac98092a>*{margin:0}</style> <style>.wp-container-623aeac980be2{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac980be2>*{margin:0}</style> <style>.wp-container-623aeac980ec2{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac980ec2>*{margin:0}</style> <style>.wp-container-623aeac9811d2{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac9811d2>*{margin:0}</style> <style>.wp-container-623aeac981487{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac981487>*{margin:0}</style> <style>.wp-container-623aeac981710{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac981710>*{margin:0}</style> <style>.wp-container-623aeac981ae8{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac981ae8>*{margin:0}</style> <style>.wp-container-623aeac982007{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac982007>*{margin:0}</style> <style>.wp-container-623aeac9824e5{display:flex;gap:.5em;flex-wrap:wrap;align-items:center;align-items:center;justify-content:center}.wp-container-623aeac9824e5>*{margin:0}</style>Is there any way to remove/disable them with a filter or something because this CSS doesn’t really have any style changes. How can we remove it?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘How to remove Button block CSS from HTML’ is closed to new replies.