Blackstrom Posted May 13, 2018 Posted May 13, 2018 I want to know how to hide/delete all post times on my forum. For example when you post and it says "Posted x minutes ago."
opentype Posted May 13, 2018 Posted May 13, 2018 There is no easy way to do that. You would have to edit your theme templates. And that information appears in lots of templates.
steve00 Posted May 13, 2018 Posted May 13, 2018 try this, in custom.css add: time { display: none; } NOTE: Believe this will remove ALL date/times from everywhere so if want it showing in some areas and not others then as @opentype stated will be a templates job
Daniel F Posted May 13, 2018 Posted May 13, 2018 24 minutes ago, steve00 said: try this, in custom.css add: time { display: none; } NOTE: Believe this will remove ALL date/times from everywhere so if want it showing in some areas and not others then as @opentype stated will be a templates job Couldn’t you add the postbit / section where the date appears as additional css selector;) ?I‘m not in my office so can’t look it up right now ,but will check it later if nobody else posts it
steve00 Posted May 13, 2018 Posted May 13, 2018 29 minutes ago, Daniel F said: Couldn’t you add the postbit / section where the date appears as additional css selector;) ?I‘m not in my office so can’t look it up right now ,but will check it later if nobody else posts it Possible, didn't look in to it as OP asked for all post times not any specific area
AlexWebsites Posted May 13, 2018 Posted May 13, 2018 Try in your custom.css .ipsDataItem_lastPoster time { display: none; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.