Notifications
Clear all
Oct 23, 2020 12:47 am
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 3:50 pm
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.