Option to hide Print and Download buttons in the toolbar

Hi there, @Alicia_Szerszyn :wave:

I cannot but agree that it would be great to have this option in the settings. We’ll try to consider this opportunity in the future :slightly_smiling_face:

As for now, you are very welcome to use this code to hide the Download and Print buttons:

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

The code should be added to the Custom CSS field on the Design tab of your widget’s settings :slightly_smiling_face:

4 Likes