how to hide file name on add page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
vintoICT
User
Posts: 389

how to hide file name on add page

Post by vintoICT »

when i upload the file name look bad on mobile how can i hide or remove it ?


vintoICT
User
Posts: 389

Post by vintoICT »

/*#x_Passport { display: none;}*/
.name { display: none;}
.size { display: none;}

This should do it


Post Reply