• Resolved alienjackhammer

    (@alienjackhammer)


    I have it by design that you can’t checkout without logging in. So, it asks the customer to log in (see screenshot). Is there a way to edit this text or simply put a page break in so it doesn’t look wonky on mobile?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    You can adjust how the login prompt looks on mobile with a small CSS tweak. Please add this under Appearance → Customize → Additional CSS:

    @media only screen and (max-width: 767px) {
    .wp-block-woocommerce-checkout .wc-block-must-login-prompt {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
    }

    This will add spacing on smaller screens and make the text display more cleanly.

    If you’d like to change the wording of the message instead, you can follow the steps in this guide: https://woocommerce.com/document/woocommerce-localization/#translate-or-replace-default-text

    I hope this helps

    Thread Starter alienjackhammer

    (@alienjackhammer)

    Awesome! Thank you so much! I spent hours with stupid AI trying to fix it. 😀

    Hi @alienjackhammer

    I’m glad to hear that worked for you, and your checkout page looks better on mobile now.

    If WooCommerce has been useful for your store and you appreciate the support you have received, we’d truly appreciate it if you could leave us a quick 5-star review here: https://ww.wp.xz.cn/support/plugin/woocommerce/reviews/#new-post

    Feel free to create a new forum topic if you run into any other issues along the way.

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

The topic ‘Change checkout text’ is closed to new replies.