Hide Download and Print buttons

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

.global-styles,
ul.v-menu > li:nth-child(5),
ul.v-menu > li:nth-child(4) {
display: none;
}