Notifications
Clear all
Apr 26, 2020 3:55 pm
5 Replies
Apr 26, 2020 5:00 pm
having this issue as well. was about to post the same topic but here it is.
what's up with this?
Apr 27, 2020 1:54 pm
For wpForo 1.x.x versions:
Put this CSS code in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code textarea. Save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset the browser cache:
#wpforo #wpforo-wrap #wpf-form-wrapper.wpfel-4 .wpf-post-create .wpf-subject {
display: block;
}
For wpForo 2.x.x versions:
Put this CSS code in Dashboard > wpForo > Settings > Colors & Styles > Custom CSS Code textarea. Save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset the browser cache:
#wpforo #wpforo-wrap .wpf-form-wrapper.wpfel-4 .wpf-post-create .wpf-field-name-title{
display: block !important;
}
