Replies: 0
Hi @audrasjb
Thank you very much for your flawless plugin.
I would like to hide both download and print buttons. It seems that if the HTML attribute “hidden” is in the button, besides the current ones, it becomes not visible.
<button id="print" class="hidden"> </button>
<button id="download" class="hidden"> </button>
How can I add this HTML attribute to the code?
Is that an option you would like to implement in your plugin?
Many thanks for reading.