Nov 18, 2018 5:44 pm
There is a link for "Unread Posts" at top of the forum (just below the menu ). There were two more RSS links along side it- but i was able to remove them through settings-> features. But i cant find out how to remove this "Unread Posts" link from there.
Thanks for help
4 Replies
Nov 19, 2018 8:58 am
Hi witty,
There is no option for removing the "Unread Posts" link. You can use the following CSS code.
Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS in the "Custom CSS Code" textarea, save it delete all caches, do CTRL+F5 on forum frontend.
#wpforo #wpforo-wrap span.wpf-unread-posts {
display: none !important;
}
#wpforo #wpforo-wrap span.wpf-unread-posts + sep {
display: none !important;
}