How to hide the menu in flipbook?

Hi!

I am trying to hide the bottom menu of the flipbook (zoom, full screen, etc.) but keep the arrows that turn the pages that are on both sides of the magazine. Is this possible?

Example: Imgur: The magic of the Internet

Page here: https://www.primmagazine.eu

1 Like

Hi there, @user26287 and welcome to the Community :waving_hand:

Sure, here is the code:

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

Please add it to the Custom CSS field on the Design tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

1 Like