I have a page which contains at the bottom 3 buttons with the following coding:
You can use a css media query to target print:
@media print { .hide-print { display: none; } }