Hi, to completely remove Theme Box options you need to:
1. find folder Templates in root directory of your theme. Edit file "main-layout.php" and comment out (just comment out, do not remove it) lines 110-112: /* {ifset $themeOptions->general->displayThemebox} {include "$themeboxDir/ThemeBoxTemplate.php"} {/ifset} */
2. find folder "conf" in root directory of your theme. Edit file "theme-config.neon" and delete lines 9-17. These are the lines: ThemeBox: section ################# displayThemebox: label: Show Themebox type: checkbox default: enable: label: 'Yes' checked: false