1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the Textbox When Requesting Group Access

Hide the Textbox When Requesting Group Access

Introduction

By default, BuddyBoss does not provide an option to hide the textbox when users request access to a private group. Using a CSS snippet, you can remove this textbox to simplify the group request process or control the information submitted by users.

Custom Workaround

Follow the steps below to hide the textbox:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following:
#request-membership-form #group-request-membership-comments {

    display: none;

}
  1. Save changes.

Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://buddyboss.com/support-policy/

Troubleshooting and FAQs

Q: Will this prevent users from requesting group access?

A: No. The textbox is hidden, but users can still submit a request using the form.

Q: The textbox is still visible after adding the CSS. What should I do?

A: Clear your site cache and browser cache. If it still appears, submit a ticket to the support team for assistance.

Q: Can I hide the textbox for specific groups only?

A: Yes. Use the unique group ID in the CSS selector, for example:

#group-123 #group-request-membership-comments { display: none; }

Q: Will this work on mobile devices?

A: Yes. This CSS snippet applies to all screen sizes.


Screenshots

Without code

With code

Was this article helpful?

Related Articles

Subscribe to Our Newsletter

Stay In Touch

Subscribe to our Newsletter, and we’ll send you the latest news from BuddyBoss

This field is for validation purposes and should be left unchanged.
This field is hidden when viewing the form

To speak to our Agency consultant, fill in the form found at our Contact Page.