• Resolved williamslyd

    (@williamslyd)


    I’m trying to keep the uploading of documents as simple as possible for users. Is there a way to hide or disable the Parent and Tags toggles?

Viewing 1 replies (of 1 total)
  • Plugin Author David Cavins

    (@dcavins)

    Hi, you can use some CSS to hide those blocks. Add something like this to wherever you add custom CSS rules:

    .bp-docs-create #doc-tax,
    .bp-docs-create #doc-parent {
    display: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘Hide Toggles’ is closed to new replies.