1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Change the “Create Group” Text Font Size

How to Change the “Create Group” Text Font Size

Introduction

By default, there is no built-in option to adjust the Create Group button text size. Using a simple CSS snippet, you can increase or decrease the font size to match your design preferences.

Custom Workaround

Follow the steps below to change the Create Group text font size:

  1. Go to Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following code:
li#groups-create.no-ajax.group-create.create-button { font-size: 20px; } /* Replace 20px with your preferred size */
  1. Save your changes.

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

Troubleshooting and FAQs

Q: The text size did not change after adding the CSS.

A: Clear your site cache, browser cache, and any CDN cache, then refresh the page.

Q: Can I use different sizes for other buttons?

A: Yes. Use the specific button’s CSS selector to target them individually.

Q: Will this affect mobile views?

A: The snippet will affect all screen sizes. You can use media queries if you want a different size for mobile.

Q: What should I do if the code is not working as expected?

A: If the code is not working, please submit a ticket to the support team for assistance.

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.