Is it possible to move the theme options under Appearance?
Hi GreggFranklin!
Before trying this make sure to create a backup in case you lose your settings.
Open up /enfold/framework/php/class-adminpages.php and change line 141 from this.
$avia_page = $page_creation_method( $the_title, // page title
To this.
$avia_page = add_submenu_page( 'themes.php', $the_title, // page title
Cheers!
Elliott