-
-
Helen Walter
Admin
Remove Customizer
Remove Customizer
Follow below steps to remove that button
When using Html
1. Eve ry html file has a customizer section.You just remove that section
<div class="customizer fixed right-4 bottom-4 z-[100] rtl:left-4 rtl:right-unset"> ...</div>
2. There is a script in the same file, remove the script from too
<!-- Template Customizer --><script src="../../assets/js/customizer.js"></script>
When using pug
Add the code in the first line of the pug file to remove it from the pug file
"-var customizer = false;"