Support

Account

Home Forums General Issues Hidden edit group options Reply To: Hidden edit group options

  • 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