Hello,
is it possible to hide the download button or customize widget settings?
Thank you
Alessandra
1 Like
Hey there, @ALESSANDRA
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;
}