How to hide either one of Dynamic, Sign or Standard Business stamps?

I want to customize the Add Stamps option. How am I going to hide only the Sign Here menu.

Image_2935_1782214015692


1 Reply

VS Venkada Subramanian Durai Syncfusion Team June 25, 2026 11:28 AM UTC

Hi Gilbert Dimaano,

Thank you for your patience. At present, the PDF Viewer does not provide built-in support for customizing the default Stamp menu to remove specific items. However, this requirement can be achieved at the application level by applying custom CSS to hide the respective menu items using their aria-label attributes.

 

Please try the suggested approach and let us know if it meets your requirements. If you have any further questions or need assistance, feel free to reach out.

CSS:
 

 [aria-label='Sign Here'] {

       display: none !important;

 }


Application level solution for hiding a menu from Stamp tool 


Regards,
Venkada Subramanian D


Loader.
Up arrow icon