Title: Login Issues
Last modified: March 18, 2020

---

# Login Issues

 *  Resolved [karaakgulian29](https://wordpress.org/support/users/karaakgulian29/)
 * (@karaakgulian29)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/login-issues-66/)
 * Few Questions
 * (1)
    How do I get Guest Checkout option. I have the woocommerce option checked
   that says “Allow customers to place orders without an account”. But it’s still
   requiring a login
 * (2)
    I would also like the login and register fields to be on two columns, similar
   to the demo on your page.
 * (3)
    The “Back to Cart” button is ugly, how do I get it to look like the other
   buttons, black with white font?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogin-issues-66%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [karaakgulian29](https://wordpress.org/support/users/karaakgulian29/)
 * (@karaakgulian29)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/login-issues-66/#post-12555701)
 * Sorry, I figured out the guest option. I just didn’t notice the button because
   it was so small and to the right.
 * But any help with the other items would be appreciated.
 *  Plugin Author [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/login-issues-66/#post-12556237)
 * Both (2) and (3) are small design compatibility issues with the theme.
 * (2) Would you please add the following CSS rule to your website:
 *     ```
       .woocommerce_checkout_login #customer_login .u-column1 {
       	width: 46%; float: left;
       }
       .woocommerce_checkout_login #customer_login .u-column2 {
       	width: 46%; float: left; margin-left: 6%;
       }
       ```
   
 * You can use the “WP Admin -> Appearance -> Customize -> Additional CSS” page 
   to add the CSS rule.
 * (3) If you check the “Use the plugin’s buttons” option on the “WP Admin -> WooCommerce-
   > Multi-Step Checkout Pro -> Design” page, do the buttons’ design change to black
   background and white font?
 *  Thread Starter [karaakgulian29](https://wordpress.org/support/users/karaakgulian29/)
 * (@karaakgulian29)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/login-issues-66/#post-12556325)
 * Wow, thank you for such a quick reply.
 * The script you gave me for two columns worked great.
 * I also checked the box for “use the plugin’s buttons”. The color scheme matches,
   but the font looks different, so it looks a little off. But I am guessing that’s
   the best we can do.
 * Thanks for your help. I understand it’s not your plugin, but an issue with my
   theme.
 *  Plugin Author [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/login-issues-66/#post-12558317)
 * If you add the following CSS rules additionally to the previous ones, then the
   buttons will look perfectly like the “Login” and “Register” buttons:
 *     ```
       .wpmc-button {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: auto;
            outline: 0;
            line-height: 16px;
            letter-spacing: .1em;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-weight: 700;
            text-transform: uppercase;
            box-sizing: border-box;
            margin: 0;
            padding: 17px 32px;
            font-size: 13px;
            cursor: pointer;
            z-index: 3;
            font-family: Dosis,sans-serif;
       }
        .wpmc-button::after, .wpmc-button::before, .wpmc-button:hover {
            padding: 17px 32px;
            border: none;
            color: white;
            font-size: 13px;
       }
       ```
   
 *  Thread Starter [karaakgulian29](https://wordpress.org/support/users/karaakgulian29/)
 * (@karaakgulian29)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/login-issues-66/#post-12563036)
 * Thank you! Works great!!!

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

The topic ‘Login Issues’ is closed to new replies.

 * ![](https://ps.w.org/wp-multi-step-checkout/assets/icon.svg?rev=1783907)
 * [Multi-Step Checkout for WooCommerce](https://wordpress.org/plugins/wp-multi-step-checkout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-multi-step-checkout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-multi-step-checkout/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-multi-step-checkout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-multi-step-checkout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-multi-step-checkout/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [checkout](https://wordpress.org/support/topic-tag/checkout/)
 * [guest login](https://wordpress.org/support/topic-tag/guest-login/)

 * 5 replies
 * 2 participants
 * Last reply from: [karaakgulian29](https://wordpress.org/support/users/karaakgulian29/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/login-issues-66/#post-12563036)
 * Status: resolved