Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200986

    Hi,

    I want to know the class or id of this div/span for us to hide this part of the theme option.
    Here’s the screenshotHide this part

    Thank you!

    • This topic was modified 10 years, 4 months ago by Menj.
    #201217

    Hey bymenjil!

    Please go to wp-content\themes\enfold\includes\admin folder and open register-admin-options.php file and find

    array( 'slug' => 'styling', 	'parent'=>'avia', 'icon'=>"palette.png", 				'title' =>  'Styling'  ),

    and comment it out using // as following

    //array( 'slug' => 'styling', 	'parent'=>'avia', 'icon'=>"palette.png", 				'title' =>  'Styling'  ),

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide Style Option’ is closed to new replies.