• Resolved maryb1

    (@maryb1)


    Hello,

    I’m wondering if there is a way to hide the Import Layouts button at the top of the screen when editing a page?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPXPO

    (@wpxpo)

    Hello @maryb1,
    Login as administrator then go to dashboard > Plugin Editor > Select plugin to edit > Gutenberg Post Blocks

    Then append this code at the last of the path (assets/css/blocks.editor.css)

    button#UltpInsertButton{
    display: none;
    }

    We add this in Card and next update we will add this as an option setting. If you are satisfied with our support then give us a five-star review in the WordPress directory. As a new plugin developer, it helps us a lot.

    Thanks.

    Plugin Author WPXPO

    (@wpxpo)

    Hello @maryb1,

    We add an Import Layout settings button in the code, you can disable the button via settings.

    Dashboard > Post Blocks > General Settings > Hide Import Button (Check).

    I hope we can deserve a five-star review in the WordPress directory.

    Thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Import Layouts button’ is closed to new replies.