Title: Customizing CSS (Registration specifically)
Last modified: August 22, 2016

---

# Customizing CSS (Registration specifically)

 *  Resolved [RomanSB](https://wordpress.org/support/users/romansb/)
 * (@romansb)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/customizing-css-registration-specifically/)
 * While trying to change the font size of the Register button I put this into the
   Custom CSS box
 *     ```
       .wp-core-ui .button, .nav {
           font-size: 200px;
       }
       ```
   
 * Looking at the source code, The ID is “nav” so I don’t see any reason why this
   rule wouldn’t be executing properly.
 * Using Custom Login version 3.1
 * [https://wordpress.org/plugins/custom-login/](https://wordpress.org/plugins/custom-login/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [RomanSB](https://wordpress.org/support/users/romansb/)
 * (@romansb)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/customizing-css-registration-specifically/#post-5736496)
 * Got it. Was using classes instead of IDs.
 *  Plugin Author [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/customizing-css-registration-specifically/#post-5736717)
 * Glad you caught that one.
 * 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customizing CSS (Registration specifically)’ is closed to new replies.

 * ![](https://ps.w.org/custom-login/assets/icon.svg?rev=3077180)
 * [Custom Login](https://wordpress.org/plugins/custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-login/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [register](https://wordpress.org/support/topic-tag/register/)

 * 2 replies
 * 2 participants
 * Last reply from: [Austin](https://wordpress.org/support/users/austyfrosty/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/customizing-css-registration-specifically/#post-5736717)
 * Status: resolved