Meta Box
Support › MB Group › Hide edit field group settings cog
Is there a way to hide a website editor from clicking the cog icon when a editor is entering in content into a field group of a CPT? https://ibb.co/tpZZ1ZH
Hello Brad,
There isn't an option to hide the button to edit the field group when editing a post. You can use the custom CSS code to hide it
.mbb-settings { display: none !important; }
Following this article to apply custom CSS in the admin area https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/