Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
2
Reactions
1,523
Views
Jan 21, 2023 12:59 am
Hello everyone,
As the topic says, How can I hide or remove the Register button from Wpforo user profile widget.
Thank You.
The page I need help with
wpForo Version
2.1.5
WordPress Version
6.1.1
2 Replies
Jan 21, 2023 1:48 am
Hi @amitkool21
#wpforo #wpforo-wrap .wpforo-widget-content .wpf-prof-loginout a.wpf-button:nth-of-type(2) {
display: none;
}
