Notifications
Clear all

Style [Solved] How to Hide/Remove "Status" Option from the forum Header Front View (Screenshot attached)

4 Posts
3 Users
2 Reactions
1,414 Views
Posts: 3
Topic starter
(@asmat4all)
Active Member
Joined: 3 years ago

Hi, Good day.

Can someone tell me how to Hide/Remove the "Status" Option from the forum Header Front View (Screenshot attached)

3 Replies
st7878
Posts: 111
(@aima-forum)
Estimable Member
Joined: 4 years ago

This option is possible. Add this code to CSS

.wpf-thead-status {
     display: none!important;
}
.wpf-thread-box.wpf-thread-status {
     display: none!important;
}
1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10579

@asmat4all,

You can put the CSS code provided by st7878 in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset the browser cache.

Posts: 3
Topic starter
(@asmat4all)
Active Member
Joined: 3 years ago

Thank you so much