Hide toolbar under the flipbook

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

[class*="toolbar"] {
  display:none;
}
3 Likes

Thank you. I didn’t think it was that simple (I used margin bottom and overflow hidden to hide it)

2 Likes

You’re always welcome :slightly_smiling_face:

1 Like

Grazie! lo provo


Thanks! I’ll try it

1 Like