Hi guys,
How to hide the option to edit the group of fields in the admin?
See the screenshot:
Screenshot
Thank’s
Hiding the ACF admin will also hide those links https://www.advancedcustomfields.com/resources/how-to-hide-acf-menu-from-clients/
I do not think there is a way to hide that link/icon without also hiding the entire ACF admin.
Hi John,
Thank you for reply.
But it’s not what I need.
Then I can hide with CSS: (acf-input.css)
.acf-postbox > .hndle:hover .acf-hndle-cog,
.acf-postbox > .hndle.hover .acf-hndle-cog {
display: none;
}
Work for me.
Cheers