change or show the delete icon for the attachment in portal

suresh91
Tera Guru

Hi Team,

I want to update/ change the delete icon for the attachment in the portal. After uploading the file, it does not show the delete icon properly. when hovering the mouse on the right-down corner of the picture then shows the delete option.
Please check the attachment.

suresh91_0-1725615832879.png

 

I have checked in my widget and can see this comes from <now-attachments-list template="sp_attachment" /> but could not find the sp_attachment. Is this OOTB?

 

Please let me know where need to fix this issue.


Thanks

1 REPLY 1

FidelFernandez
Tera Contributor

As a recommendation it is usually not a good idea to change the widgets that come out of the box, because after updates or version changes it can give you problems if you don't have it well controlled.

I understand that you can modify it by cloning the widget and then you must call the new widget from the field, this is usually done by changing the HTML DOM, which I don't recommend doing it for the same reason.
Unless one of my colleagues has done it before I wouldn't do it or I don't know how to do it.