Home Forums Basel support forum Dropdowns on checkout page display bug.

Dropdowns on checkout page display bug.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #9088

    threeam
    Participant

    Hello,

    The dropdowns on the checkout page are displayed weirdly:

    I am using the settings for the Electronics demo content and have tried removing all custom css to see if it fixes it, it didn’t.

    Cheers,
    Jayme

    #9090

    Artem Temos
    Keymaster

    Hello,
    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .woocommerce-account .select2-container .select2-choice, 
    .woocommerce-checkout .select2-container .select2-choice {
        height: auto;
        color: #444;
        border-radius: 0;
        background: transparent;
    }
    
    .woocommerce-account .select2-container .select2-choice:focus, 
    .woocommerce-checkout .select2-container .select2-choice:focus {
    	box-shadow:none;
    }
    
    body .select2-container .select2-choice .select2-arrow {
      background: transparent;
      border-left:none;
    }
    
    body .select2-container .select2-choice .select2-arrow b {
        background-position: -2px 8px;
    }
    
    body .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -21px 8px;
    }

    Kind Regards
    XTemos Studio

    #9117

    threeam
    Participant

    Hello,

    With that CSS, the dropdowns display fine for a second and then are overwritten with the broken ones.

    Cheers,
    Jayme

    #9121

    Artem Temos
    Keymaster

    Please, provide your admin access so we could check it.

    #9152

    threeam
    Participant

    sure thing.

    #9158

    Artem Temos
    Keymaster

    Hello,

    We can’t log in with this password, please double check it.

    Kind Regards
    XTemos Studio

    #9206

    threeam
    Participant

    sorry, must’ve not hit save or something.

    #9208

    Artem Temos
    Keymaster

    Thanks. We have fixed a markup issue in your Custom CSS. Please, check now.

    #9248

    threeam
    Participant

    Sweet, fixed now. Thanks.

    What was the issue?

    #9251

    Artem Temos
    Keymaster

    It was caused by unnecessary } symbol after the code in Custom CSS 🙂

Viewing 10 posts - 1 through 10 (of 10 total)