Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
You can use the following CSS code to hide the time section from the "Recent Topics" widget.
p.postuser > span {
display: none !important;
}
In the case of the "Recent Posts widget", there is no simple solution I can post here. You should either hide the div with ".postuser" class (it'll hide the reply author as well) or you'll need to modify the  wpForo_Widget_recent_replies class, it can be found in the wp-content/plugins/wpforo/wpf-includes/functions-template.php file.Â
thank you
that css isn't working time in recent topics widgets is still showing. Editing the wp-content/plugins/wpforo/wpf-includes/functions-template.php file the time was removed from the topics widget. Which file needs to be changed to remove it from the posts widget?
Or maybe some different css?
It was a caching issue, it's fixed now