1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Change the Username and Date Font Size in the Activity Feed

How to Change the Username and Date Font Size in the Activity Feed

Introduction

BuddyBoss does not provide a built-in option to adjust the font size of usernames or dates in the Activity Feed. You can easily customize both by adding a simple CSS snippet through Theme Options. This guide walks you through changing the Activity Feed Username and Date Font Size without impacting other text on your site.

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

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.