Possible to have no date / time on q & as
Hi
Is it possible to have no date or time at all appearing on the q and a’s?
Thanks
Question is closed for new answers.
Rahul Aryan selected answer
Hi Gordon,
The “easy” way would be to hide all date related elements with some CSS. For example:
.ap-posted, .ap-post-history, .ap-post-updated, .ap-display-meta-item active {
display: none;
}
would hide most of time related elements on a single question page. Like this:
Would this be ok?
Rahul Aryan selected as best answer