1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. How to Add a Rounded Rectangular Button Around the “Sign In” Link on Registration

How to Add a Rounded Rectangular Button Around the “Sign In” Link on Registration

Introduction

The default Registration screen doesn’t style the “Sign In” link as a button. You can wrap it in a colored rectangle with rounded corners by adding a bit of custom CSS.

Custom Workaround

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

Append the following CSS:

registration .entry-header a {
  
background-color: var(--bb-login-register-button-background-color-hover);
  
color: #FFFFFF !important;
  
padding: 8px 15px;
 
 border-radius: 15px;

}
  1. Click Save Changes.
image

Note: Any custom code is considered “custom work.” You may review our Support Policy for details: https://buddyboss.com/support-policy/

Troubleshooting and FAQs

Q: The link still isn’t styled—what should I check?
A: Make sure you cleared any caching (page, object, or CDN) and refreshed the registration page.

Q: How can I revert this styling?
A: Remove or comment out the CSS snippet and save changes; the “Sign In” link will return to its default appearance.

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.