Notifications
Clear all

[Closed] How to hide Register Button in Widget

3 Posts
2 Users
2 Likes
342 Views
Posts: 52
Topic starter
(@amitkool21)
Trusted Member
Joined: 5 years ago

Hello everyone,

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

Thank You.

2 Replies
Tutrix
Posts: 1248
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @amitkool21

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

Trusted Member
Posts: 52

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