Disable "Add Content", "Template" and "Tools" buttons.

Hello,

I have a couple of clients that I would like to only have the ability to edit the content of pages. Is there a way to disable (or hide) the “Add Content”, “Template” and “Tools” buttons.

Thanks

Hi Mark,

I am not sure if there a way to disable them. I will need to speak to our developers. In the meantime, you could try using this CSS to “hide” them.

.fl-builder-tools-button,
.fl-builder-templates-button,
.fl-builder-add-content-button {
    display: none !important;
}

Hey Mark,

More to what Danny said above, you can give your clients a different user role. A role which doesn’t have the capability you set under Settings > Page Builder > Editing won’t be able to add new content to the BB page, can’t move rows/columns/modules, but can edit the contents and/or settings.

Hope this helps! :slight_smile:

Ben