Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Closed] How to hide Register Button in Widget

3 Posts
2 Users
2 Reactions
660 Views
Posts: 57
Topic starter
(@amitkool21)
Trusted Member
Joined: 6 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 6 years ago

Trusted Member
Posts: 57

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