Oct 22, 2020 8:47 pm
Hey all -
I was wanting to remove the post comment in the recent post widget. I want to keep everything else.
So I'd keep: avatar, post title, username and date of post.
Is this doable?
Thanks!
JB
3 Replies
Oct 23, 2020 11:50 am
Hi @jbsmooth,
Please navigate to teh Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textarea:
.wpforo-widget-content .posttext{
display: none !important;
}
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.