Notifications
Clear all

[Solved] Hide Nested replies by default

5 Posts
2 Users
1 Likes
281 Views
Posts: 31
Topic starter
(@ammikas)
Eminent Member
Joined: 11 months ago

Hey, Quick question. 😊 

Is it possible and if yes how can we hide nested replies by default?
Meaning, I want the nested replies not to be visible by default, and to make them visible users have to click the small arrow "Show replies"

On the attached screenshot is the view I would like to have by default.

Topic Tags
4 Replies
Posts: 3653
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @ammikas,

I'm sorry, but wpForo doesn't have that kind of option.

3 Replies
(@ammikas)
Joined: 11 months ago

Eminent Member
Posts: 31

Hey, @chris
Thanks for your reply. But is it perhaps possible to add some code manually?

Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@ammikas,

Try the following CSS Code:

#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-1{
    display: none;
}
(@ammikas)
Joined: 11 months ago

Eminent Member
Posts: 31

@chris Woohooo! It works. Thank you so much! 😊 🤩 🙏