How customize FLIPBOOK widget

Hello,
is it possible to hide the download button or customize widget settings?
Thank you
Alessandra

1 Like

Hey there, @ALESSANDRA :wave:

Sure! Just add this code to the Custom CSS field on the Design tab and let me know if it helped:

.toolbar .dropup.widSettings li:nth-child(5) {
  display: none !important;
}