1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Change Activity Post Header and Post Text Size

How to Change Activity Post Header and Post Text Size

Introduction

If you want to adjust the text size of the Activity Post Header or the Activity Post text, there is no built-in setting to control this. However, you can customize their appearance by adding a CSS snippet to change the font sizes to better match your design preferences.

Custom Workaround

Change Activity Feed Header Font Size

  1. Go to Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following code:
.activity-header p {

    font-size: 18px;

}

.activity-header a {

    font-size: 18px;

}
  1. Save changes

You may adjust the font size value to your preferred size.

Change Activity Feed Post Text Font Size

  1. Go to Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following code:
.buddypress-wrap .activity-inner {

    font-size: 20px !important;

}
  1. Save changes

This will update the font size of the main activity post content.

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 font size did not change after adding the CSS.

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

Q: Can I use different font sizes for desktop and mobile?

A: Yes. You can wrap the CSS in media queries to apply different sizes per screen size.

Q: Will this affect other areas of the site?

A: No. These CSS rules only target the activity feed header and activity post text.

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.