Meta Box
Support Forum
Support › Meta Box AIO › Any ways to remove all default stylesheet?Resolved
Hi I use AIO to setup my form. are there any ways to disable loaded css files? thank you
Hi,
What do you mean by "disable loaded CSS files"? Are the CSS files to show the form? You can override the style by using your CSS code.
I mean all the css files like columns.css / tabs.css ... I do not need those css file.
Each field or extension will load its script files (CSS or JS) when showing on the page. You can find here https://github.com/wpmetabox/meta-box/tree/master/css
So it is not encouraged to disable the code-based CSS of our plugin to keep them work properly. If you want to do, this article might help you accomplish that https://digwp.com/2019/03/disable-script-style-added-plugins/