Hi,
I would like to ask CSS code or any codes to hide these settings.
Thanks
Hi wpnovice!
Please go to Enfold/includes/admin folder and open register-admin-options.php file and comment out the tabs you would like to hide using // like example below
$avia_pages = array(
array( 'slug' => 'avia', 'parent'=>'avia', 'icon'=>"hammer_screwdriver.png" , 'title' => 'Theme Options' ),
//array( 'slug' => 'styling', 'parent'=>'avia', 'icon'=>"palette.png", 'title' => 'General Styling' ),
Regards,
Yigit
Thanks :)