Can we hide the clock in the points history? Some of our users are afraid that the clock there could show that they are using the portal very late in the night. So for privacy reasons it would be needed to hide the clock.
Sorry but I am not entirely sure which "clock" are you referring to. Do you mean the timestamp as highlighted here, http://take.ms/itfSA ?
Hm, this would prevent me from updating the side as I need to check if you change something. Can you provide a CSS option, so that I can only hide that date on this page? It would be still in the HTML source, but no longer visible.
No, it's not possible to hide this with css unless you hide the entire line. You could perform a template override by modifying the template file from the back end of EasySocial. It automatically creates an override for you.
hm ok i see. Then let me check that internally first which way we can go here. Maybe for the future you could separate the date & time with two SPAN elements, then it would be possible to hide only the time element via CSS.