How to remove calendar/date and icon in Illdy?

Hi - I would like to remove calendar/date icons, on all posts
https://tejstvagenssmf.se/knallhyddan/

Thanks!

Hi there

You can use this css code to remove it:

span.post-meta-time i {
    display: none;
}