Possible to have no date / time on q & as

Solved3.78K viewsCoretags time
0

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.
selected answer
1

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?

selected as best answer