Feb 10, 2020 5:38 am
Hello
First of all, thank you for your great plugin, I appreciate it.
How can I remove "Subscribe for new replies", "Subscribe for new topics" and "Unread posts"?
I cannot find the option in settings.
Thank you.
Best regards,
Dan
6 Replies
Feb 10, 2020 9:02 am
Hi @zmgma,
Please navigate to Dashboard > Forums > Settings > Styles admin page, put the CSS code in the "Custom CSS code" textarea, save it, delete all caches and check again:
#wpforo #wpforo-wrap .wpf-subscribe-topic, #wpforo #wpforo-wrap .wpf-subscribe-forum, span.wpf-unread-posts a, span.wpf-unread-posts+sep {
display: none;
}
Feb 10, 2020 10:20 am
Thank you for your code, @sofy
Actually, I know how to hide from CSS, however, I hope there are options in settings to remove those things, not just use tricks via CSS.
I'm looking forward to it in near future.
Thank you again 🙂
Feb 10, 2020 11:45 am
P.S.
Unread is not a setting so only CSS will hide it.