AI Search
Classic Search
Notifications
Clear all
Apr 24, 2019 3:50 am
How can I remove these from displaying...
1 Reply
Apr 24, 2019 1:49 pm
Hi @stocksforum,
Use the following CSS code to hide the section:
#wpforo #wpforo-wrap .wpforo-post .wpforo-memberinfo, #wpforo #wpforo-wrap .wpforo-post .wpforo-membertoggle {
display: none;
}
