1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Change the Footer Menu Font to UpperCase Case

How to Change the Footer Menu Font to UpperCase Case

Introduction

Changing the footer menu font to upper case can enhance visual consistency and improve readability across your site’s footer navigation. While the BuddyBoss Theme does not include a built-in option for this, you can easily apply the change using a simple CSS rule.

Custom Workaround

To change the footer menu font to title case:

  1. In your WordPress Dashboard, go to BuddyBoss > Theme Options.
  2. Scroll to the Custom Codes section and toggle Enable CSS.

Append the following CSS code:

.bb-footer .footer-menu a {

    text-transform: uppercase;

}
  1. Click Save Changes.

Note: Any changes made using custom code are considered “custom work.” For more information, please review our Support Policy.

Troubleshooting and FAQs

Q: The footer menu font didn’t change—what should I check?
A: Clear your site and browser cache. Also ensure that the CSS was saved correctly and that no other rules are overriding it.

Q: Will this affect other menus?
A: No. This CSS only targets the links in the footer menu area.

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