Hi there, if you have access to the css then you should be able to add a css class to the file list on the shortcode like this:
[MMFileList folder=”/../../cats/” format=”table” types=”png” class=”YourClass” /]
Then you can just style the file sizes out using:
.YourClass .filesize {display: none;}
This won’t work with plain text output. I was looking at adding output templates but there didn’t seem to be much demand for that. If you have a different output format let me know and I’ll have it added asap.
Thread Starter
okose1
(@okose1)
hi Thanks. Ive already done this in CSS. just wondering if there was another way without using CSS.
thanks for your help 🙂