Can you please instruct me on how to achieve below?
Can you please let me know how to remove following icons?
https://imgur.com/a/f4IHMkT
Thank you.
To hide these icons to go to backend of your certifcate and find setting Enable print and pdf. Set it to hide. Refer :
http://prntscr.com/k2c491
This reply has been marked as private.
Please add this css code in your custom css to remove the icons except pdf icon.
#certificate>div.extra_buttons>a.certificate_print,#certificate>div.extra_buttons>a.certificate_download, #certificate>div.extra_buttons>a>i.fa-facebook, #certificate>div.extra_buttons>a>i.fa-twitter{display:none!important;}