How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
1,217
Views
Oct 07, 2019 2:33 pm
Here is the CSS i attempted to remove the automatic RE:[Thread Name]
#wpf-post-create .wpf_title .wpf-subject{display:none;}
Doesn't seem to work, what code should I try instead?
2 Replies
Oct 07, 2019 3:17 pm
Hi @zeeshan333,
Please try the following CSS code:
#wpforo #wpforo-wrap .wpf-post-create .wpf-subject {
display: none !important;
}
Please don't forget to delete all caches and press CTRL+F5 (twice) on the frontend before checking.