1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Capitalize the “Sign In” Link on the Registration Page

How to Capitalize the “Sign In” Link on the Registration Page

Introduction

If your Sign In link on the registration page appears in lowercase and you’d like it to display with an initial capital letter, a brief CSS tweak can achieve this without modifying theme files.

Custom Workaround

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, Enable CSS

Append the following snippet:

.registration .entry-header a {

  text-transform: capitalize;

}
  1. Save Changes

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

Troubleshooting and FAQs

Q: The link text didn’t change—what should I check?
A: Clear your site and browser caches (and CDN if used) so the new CSS takes effect.

Q: Will this affect other links?
A: No. This rule targets only the .registration .entry-header a selector on the registration page.

Q: How do I revert this change?
A: Remove or comment out the CSS snippet from Custom Codes and save your settings.

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