Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #260920

    Hi,

    I would like to ask CSS code or any codes to hide these settings.

    hide settings

    Thanks

    • This topic was modified 9 years, 11 months ago by Menj.
    #260950

    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

    #262760

    Thanks :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Settings Code – HELP’ is closed to new replies.