Notifications
Clear all

wpForo 1.x.x [Solved] Recent Posts Widget

4 Posts
2 Users
0 Reactions
1,245 Views
Posts: 7
Topic starter
(@jbsmooth)
Active Member
Joined: 4 years ago

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
Alvina
Posts: 1867
Moderator
(@alvina)
Member
Joined: 5 years ago

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.

2 Replies
(@jbsmooth)
Joined: 4 years ago

Active Member
Posts: 7

@alvina Worked perfectly - thanks!

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1867

@jbsmooth,

Thank you for letting us know.

Glad to hear it worked.