• Hi,

    How can I disable “import layout” and “layout”?

    I am creating a multisite and I would like to disable it via plugin.

    Thanks

Viewing 1 replies (of 1 total)
  • Hello @jlop77

    Qubely has no feature to disable the import layout option. You can disable the import layout button by custom CSS:

    button#qubelyImportLayoutBtn {
        display: none;
    }

    I hope this will help you

Viewing 1 replies (of 1 total)
  • The topic ‘How can I disable “import layout” and “layout”?’ is closed to new replies.