AI Search
Classic Search
Notifications
Clear all
Dec 06, 2019 5:19 am
On the wpforo signup form, How can I remove 'Join Us Today'
3 Replies
Dec 06, 2019 10:58 am
Hi @snozy86,
Please navigate to Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS Code" textarea:
#wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content h3{
display:none !important;
}
Don't forget to delete all caches and press CTRL F5(twice) on the frontend before checking.
