AI Search
Classic Search
Notifications
Clear all
Oct 11, 2018 6:10 pm
Hi,
How can I remove or hide the ( last post by XXX, X mins ago )
Regards,
4 Replies
Oct 11, 2018 6:22 pm
Hiย @dean100,
Use the following CSS code, put it in Dashboard > Forums > Settings > Styles >ย Custom CSS Code textarea, save it, delete all caches, do CTRL+F5 on the frontend.ย
#wpforo #wpforo-wrap span.wpf-last-post-by > a {
display: none;
}
#wpforo #wpforo-wrap .wpf-vsep {
display: none;
}
Oct 12, 2018 11:38 am
Hi,
I'm Sorry, I'm using theย Simplified Layout, and the CSS code isn't working with Simplified Layout.
Is it possible to remove all Last post date and theย columns?
Sorry for any inconvenience caused.
ย
ย
Oct 12, 2018 1:07 pm
Hiย @dean100,
Please deleteย the CSS code I've provided in the previews post and put this one:ย
#wpforo #wpforo-wrap .cat-lastpostinfo, #wpforo #wpforo-wrap .wpforo-last-post, #wpforo #wpforo-wrap .wpforo-last-post-avatar, #wpforo #wpforo-wrap p.wpforo-topic-start-info.wpfcl-2, #wpforo #wpforo-wrap .head-stat-lastpost, #wpforo #wpforo-wrap .wpforo-topic-stat-lastpost, #wpforo #wpforo-wrap .cbleft.wpfcl-0 {
display: none;
}
Oct 12, 2018 3:27 pm
Thank youย 🙂ย