Title: Customize login button
Last modified: August 28, 2024

---

# Customize login button

 *  Resolved [frederik33](https://wordpress.org/support/users/frederik33/)
 * (@frederik33)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/customize-login-button/)
 * In the login form, it is possible to modify the login button. I would like it
   on a separate line (it is currently next to ‘remember me’). I would like it below‘
   remember me’ and above ‘lost my password.’ If possible, I would also like the
   button’s width to be 100% of the container. Is that possible? Thank you.

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

 *  [Sandip Pokhrel](https://wordpress.org/support/users/sandippokharel/)
 * (@sandippokharel)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/customize-login-button/#post-17983704)
 * Hi [@frederik33](https://wordpress.org/support/users/frederik33/)
 * Thanks for writing in,
 * If possible, could you please share the login page’s URL with us over here? We
   will then look into this and provide you with the appropriate solution.
 * Regards!
 *  Thread Starter [frederik33](https://wordpress.org/support/users/frederik33/)
 * (@frederik33)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/customize-login-button/#post-17983794)
 * Hello Sandip, here the link
 * [tickettailortest (fedegu.eu)](https://tailor.fedegu.eu/)
 * Thanks!
 *  [Sandip Pokhrel](https://wordpress.org/support/users/sandippokharel/)
 * (@sandippokharel)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/customize-login-button/#post-17984684)
 * Hi [@frederik33](https://wordpress.org/support/users/frederik33/)
 * Please go to Dashboard > Appearance > Customize > Additional CSS, and add the
   following CSS codes.
 *     ```wp-block-code
       .ur-frontend-form.login {    padding-bottom: 80px;    position: relative;}.user-registration-form-login input.user-registration-Button.button {    position: absolute;    width: 93%;    bottom: 18px;    z-index: 999999;}
       ```
   
 * I hope this helps.
 * Regards!
 *  Thread Starter [frederik33](https://wordpress.org/support/users/frederik33/)
 * (@frederik33)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/customize-login-button/#post-17984714)
 * Thanks! Work fine!
    -  This reply was modified 1 year, 9 months ago by [frederik33](https://wordpress.org/support/users/frederik33/).

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

The topic ‘Customize login button’ is closed to new replies.

 * ![](https://ps.w.org/user-registration/assets/icon-256x256.gif?rev=3284028)
 * [User Registration & Membership - Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder](https://wordpress.org/plugins/user-registration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-registration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-registration/)
 * [Active Topics](https://wordpress.org/support/plugin/user-registration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-registration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-registration/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [frederik33](https://wordpress.org/support/users/frederik33/)
 * Last activity: [1 year, 9 months ago](https://wordpress.org/support/topic/customize-login-button/#post-17984714)
 * Status: resolved