Hide 3 dots from the the toolbar

Add this code to the Custom CSS field on the Design tab of your Flipbook widget’s settings:

.global-styles, .dropup.widSettings {
display: none;
}
1 Like