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 screenshot
Thank you!
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