The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
how to disable Comm...
 
Share:
Notifications
Clear all

[Solved] how to disable Comment form header

4 Posts
2 Users
0 Likes
713 Views
Posts: 10
 hari
Topic starter
(@hari)
Active Member
Joined: 3 years ago

how can disable this bar? i have managed to turn off sorting and subscription from settings now i want to disable this bar

example site: https://123forum.tk/SiForum/test-3/

if possible could you help with small CSS code to align all comments in one line

check this site 🙂 we love wpdiscuz

3 Replies
Posts: 10
 hari
Topic starter
(@hari)
Active Member
Joined: 3 years ago
Posted by: @hari

if possible could you help with small CSS code to align all comments in one line

example https://discuss.flarum.org/d/7585-free-flarum-hosting-on-an-expert-platform-by-freeflarum-com/2

2 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7123

@hari,

You can use the CSS code below: 

#wpdcom .wpd-thread-head .wpd-thread-info {
    display: none;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7123

if possible could you help with small CSS code to align all comments in one line

Regarding this one. No need to use the CSS code. Just uncheck/disable the "Enable threaded (nested) comments X levels deep" option. It's a native WordPress option and can be found in the Dashboard > Settings > Discussion admin page. 

Share: