May 04, 2018 8:39 pm
Is there any way to hide the dates of posts and the 5 days ago, 1 year ago....etc.
I've got a forum that was super active and then we stopped selling the product for a year. Now we opened it up again and people can see "Oh hey this hasn't been active for a year".
Thanks,
Joel
4 Replies
May 05, 2018 10:00 am
Hi @joel,
I suggest you disabling (using CSS code) the date until the forum will get active again. See screenshot.
I can provide you this CSS code if it necessary.
May 07, 2018 12:13 pm
Yes that would be awesome of I could get the .css.
May 08, 2018 12:11 pm
Hi Joel,
You need to put the following CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code admin page.
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top span{
display:none !important;
}