How do I hide created time in a page?

I really am starting to like Concrete CMS now that I have found out how to get things like paging and SEO to work.

I just have one issue:

I would like to hide created time and author from the page (post) in the frontend. Since I am the only author there is no need for that info, and the time is not important either. Since it is also in AM/PM time it is not optimal to me since I use 24 hrs.

The date could be ok to leave, but not important.

An easy way to get rid of the author is just to uncheck that in Attributes, but the time I can’t find out how to hide.

If it is necessary to add a css or change in php then I am fine with that aswell.

Coming from WP I realise that there are changes, but Concrete CMS is so much nicer to work with so I would like to be able to fix tis issue.

Thanks in advance.

/T

The meta data (time, author, etc) is likely controlled by the Page Title block and its Design & Block Template setting. You can edit the it by navigating to Dashboard → Page & Themes → Page Types and clicking Output for the Blog page type. *Note that not all themes use the method.

From there you can edit your blog’s template and change the Design & Block Template setting.

Note that you can also create your own custom view in PHP and apply it if you prefer.

hope that helps