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.

 

wpForo 1.x.x [Solved] how I can hide this reset field in member page?

4 Posts
3 Users
0 Reactions
1,917 Views
Posts: 10
Topic starter
(@ahmed)
Eminent Member
Joined: 7 years ago

Hi thanks for this forum it is really help me alot for solving my problem can you please tell me how I can hide this reset field in member page?

3 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi ahmed,

Please change the value of the "Members Search Type" option and check again. This option is located in Dashboard > Forums > Settings > Members admin page.

 

More info here: https://wpforo.com/docs/root/addons/wpforo-user-custom-fields/member-search-form/

1 Reply
(@ahmed)
Joined: 7 years ago

Eminent Member
Posts: 10

I want to set the same layout just want to hide this reset field can you please help me.

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @ahmed,

Please put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea. Save it, delete all caches, then navigate to forum front-end and press Ctrl+F5 to do a deep refresh:

#wpforo #wpforo-wrap .wpforo-members-search input[type="reset"]{display:none;}