• Resolved alanah

    (@alanah)


    Hello,

    The country dropdown under the payment method is all white text. I can’t seem to get it to change by targeting the selector.

    Also, the product qty on the right is overlapping the text.

    How do you fix this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Diego Versiani

    (@diegoversiani)

    Hi @alanah,

    The country field is not available on your website at the moment, or at least, I could not seem to get it to show.

    I noticed other problems on your website when viewing it on a mobile device. These issues are incompatibilies with the theme you are using (Divi).

    We’ll investigate and fix these compatibility issues as soon as possible.

    For now, you can add the following CSS code to your website in the Additional CSS tab at WP Admin > Appearance > Customizer.

    body.theme-Divi .fc-checkout-header .fc-checkout__cart-link {
        color: black;
    }
    
    body.theme-Divi form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-details {
        will-change: unset;
    }

    There is also an issue with the position of the order summary on mobile screens after you click the cart dropdown button which will require further investigation.

    I hope this helps already.

    Best,
    Diego

    Thread Starter alanah

    (@alanah)

    Thank you. I performed the plugin updates and it fixed the drop-down issue. I also added the css code to my website.

    I checked the mobile version but didn’t really see any issue with the order summary other than the quantity amount is misplaced. It’s the same issue I see on desktop as well.

    Eveything else looks fine to me. Thank you for your help.

    Alana

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown Text Font is white and product order qty position misplaced’ is closed to new replies.