Sep 21, 2018 3:32 pm
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
Sep 21, 2018 4:29 pm
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/
Sep 21, 2018 7:45 pm
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;}