Checkout page issues - by bobk - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Olga Barlow

  • Avatar: bobk
    bobk
    Participant
    May 25, 2017 at 19:22

    Hi,
    The checkout page on your live demo site (https://www.8theme.com/demo/xstore/landing-watch/checkout/), appears differently than what I get after installing the demo data. https://www.screencast.com/t/3QpEQgSH

    Out of all the issues, the most important one I need fixed is the unstyled Select field for “State”.

    Can you help?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 29, 2017 at 09:30

    Hello,

    That demo uses old version of WC plugin that’s why the order of the checkout fields is different.
    WC plugin changed the order of fields after 3.0 update. To change the styles of the State and country fields add the following custom in Theme Options > Styling > Custom CSS

    .select2-container--default .select2-selection--single {
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #fafafa;
        height: 2.57rem;
        line-height: 2.57rem;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.