Tagged: admin menu, enfold, enfold menu
Hi everyone,
I was wondering with the latest versoin of Enfold, how do I remove the buttons mentioned above?
Hey insanityNL,
Try adding this code to the end of your functions.php file in Appearance > Editor:
// hide theme options
add_action('admin_head', 'hide_theme_options');
function hide_theme_options() {
echo '<style>
#wpbody-content #avia_options_page .avia_button.avia_button_grey.avia_reset,#wpbody-content #avia_options_page .avia_section_header.goto_update,#wpbody-content #avia_options_page .avia_section_header.goto_upload,#wpbody-content #avia_options_page .avia_section_header.goto_demo {
display: none !important;
}
</style>';
}
Best regards,
Mike
Wow thanks a lot Mike ! worked like a charm !!
This topic can be closed ;)
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike