Dec 06, 2019 1:19 am
On the wpforo signup form, How can I remove 'Join Us Today'
3 Replies
Dec 06, 2019 6: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.
Nov 04, 2022 7:09 pm
Does this work for the "create account" on the login form? I don't want that link to show.