Support

Account

Home Forums Gutenberg Prevent clicks on anchors Reply To: Prevent clicks on anchors

  • if Using CSS I would probably use this, or else it’s likely you wont be able to select your block in the backend to edit it at all.

    .acf-block-preview .wp-block-acf-button-block a {
        pointer-events: none;
    }