Mar 10, 2021 7:51 am
Hi, Good day.
Can someone tell me how to Hide/Remove the "Status" Option from the forum Header Front View (Screenshot attached)
3 Replies
Mar 10, 2021 10:08 am
This option is possible. Add this code to CSS
.wpf-thead-status { display: none!important; } .wpf-thread-box.wpf-thread-status { display: none!important; }
Mar 12, 2021 8:38 pm
Thank you so much