1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Change the Font Size of Username on the Activity Page

How to Change the Font Size of Username on the Activity Page

Introduction

Adjusting the font size of the username in the activity feed can improve readability and better match your site’s design. While BuddyBoss doesn’t offer a built-in setting for this, a small CSS snippet lets you customize these elements quickly.

Custom Workaround

  1. In your WordPress admin, go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS

Append the following CSS:

.activity .activity-header p a {

  font-size: 16px;

}
  1. Click Save Changes

Note: Any modifications are considered “custom work.” You may review our Support Policy for details.

Troubleshooting and FAQs

Q: My changes didn’t appear—what should I do?
A: Clear any site- or plugin-level cache, then reload the activity page to ensure the new CSS takes effect.

Q: Can I use different units like rem or em instead of px?
A: Yes. Replace px with your preferred CSS unit in the snippet above.

Q: Will this CSS affect other parts of the site?
A: No. These selectors specifically target only the username and date links within the activity header.

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Support

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

  • Get Started

    Enter your name and email address to get started with your project...

  • This field is for validation purposes and should be left unchanged.

Not recently active