This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Robert Hall
Hi
Could you please tell me the files to amend to comment out some of the sections within the theme options please?
I need to limit my clients access to Import / Export + Custom CSS + Header + Footer
Also would like to remove the Royal Store logo on the header of theme options
Thanks
Hello,
You can add this code into \themes\royal\option-tree\assets\css\ot-admin.css file.
#tab_backup,
#tab_custom_css,
#tab_header,
#tab_footer,
#option-tree-sub-header h3.theme-tittle,
#option-tree-sub-header .theme-version{
display:none;
}
For this change we strongly recommended use Child Theme.
Read more here about Child Theme: https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
Regards,
Robert Hall.
Perfect!
Thank you
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Remove some of the menus in theme options’' has been successfully resolved, and the topic is now closed for further responses