Notifications
Clear all

[Solved] Hide Nested replies by default

5 Posts
2 Users
1 Reactions
464 Views
Posts: 31
Topic starter
(@ammikas)
Eminent Member
Joined: 2 years 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
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @ammikas,

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

3 Replies
(@ammikas)
Joined: 2 years ago

Eminent Member
Posts: 31

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

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@ammikas,

Try the following CSS Code:

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

Eminent Member
Posts: 31

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