Notifications
Clear all

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

4 Posts
3 Users
0 Reactions
1,658 Views
Posts: 10
Topic starter
(@ahmed)
Eminent Member
Joined: 6 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: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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: 6 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: 10591
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;}