Remove accessibility carets on metaboxes after WordPress 5.5.0 updates

Support General Remove accessibility carets on metaboxes after WordPress 5.5.0 updatesResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21874
    Content PilotContent Pilot
    Participant

    Would it be possible to add a flag in the meta box settings to remove the accessibility arrows? It is pretty ugly and we don't need the ability to move the meta boxes around. Looks like the core meta boxes have this option. Tried to look for a filter but maybe it is best handled at a plugin level.

    #21879
    Long NguyenLong Nguyen
    Moderator

    Hi,

    WordPress version 5.5 supports to sort, drag & drop meta boxes in the Block Editor. You can use this custom CSS code to remove buttons (up and down).

    .handle-order-higher, .handle-order-lower {
        display: none;
    }

    Apply the admin CSS code with this plugin https://wordpress.org/plugins/admin-css-mu/.

    I'm going to create a feature request to support a setting of the meta box to remove sort buttons. Thank you.

    #21886
    Content PilotContent Pilot
    Participant

    Thanks for starting a feature request.

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