Hide edit field group settings cog

Support MB Group Hide edit field group settings cog

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45926
    Brad WoodardBrad Woodard
    Participant

    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
    screenshot

    #45938
    PeterPeter
    Moderator

    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/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.