Hide toolset buttons in modules

Hello,
I’m using toolset with Beaver. Does anyone know how to hide the little orange button that opens the toolset fields and views modal window that appears when one clicks certain fields in Beaver modules.

Thanks!

Hi Scott,

Can you provide a screenshot of what you’re referring to, please? :slight_smile:

Hi Danny,
Carlos from support helped me.
The needed css is:

.fl-field-control a.toolset-shortcode-in-page-builder-input {
    display: none !important;
}

in case anyone’s interested.
Thank you!

1 Like