Notifications
Clear all

How to hide Register Button in Widget

3 Posts
2 Users
2 Likes
114 Views
Posts: 46
Topic starter
(@amitkool21)
Trusted Member
Joined: 4 years ago

Hello everyone,

As the topic says, How can I hide or remove the Register button from Wpforo user profile widget.

Thank You.

wpForo Version
2.1.5
WordPress Version
6.1.1
2 Replies
Posts: 941
(@tutrix)
Noble Member
Joined: 3 years ago

Hi @amitkool21

#wpforo #wpforo-wrap .wpforo-widget-content .wpf-prof-loginout a.wpf-button:nth-of-type(2) {
  display: none;
}
Reply
1 Reply
(@amitkool21)
Joined: 4 years ago

Trusted Member
Posts: 46

@tutrix Thanks man, You are a saviour here. 🙂

Reply