• On woocommerce when I select variable option, for example “colour option” it appears but once selected the text disappears. You can check the link to the affected page to better understand this issue. It happens only on mobile! the issue does not happen on desktop!

    Please help. I need the option texts to stay even after it is selected on mobile.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hi Vivian,

    Thanks for reaching out! Try adding this to your custom css:

    .woocommerce.product-variation-style-vertical div.product form.cart .variations select {
    color: #000;
    }

    Let me know how that works for you!

    Best,

    Hannah

    Thread Starter Vivian E

    (@vivibosslink)

    On the product page, if I select a product, the add to cart number selector “text” is NOT visible.

    To better understand this issue, please visit the linked page on this thread.

    On the cart page, the “Apply coupon text” “Updated cart text” and “add to cart number quantity” button are all white making it invisible on a white background.

    On the product summary review on the check out page, the product option text is white and invisible on the white background.

    For example “Colour;” is writing in black and visible while “Blue” is written in white, against a white background and so “Blue” is invisible 

    Please help!

    I will really appreciate a CSS code to solve this issues. Thanks !

    Thread Starter Vivian E

    (@vivibosslink)

    Thank you!! It worked. Please I need a css code to make the “update cart” button text on the cart page to be black as well!

    Thank you!

    hannah

    (@hannahritner)

    Hey Vivian,

    Glad that worked! You can use this for you cart text:

    .woocommerce-cart table.cart td.actions .button:disabled {
    color: #000;
    }

    Kindly,

    Hannah

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Kendance woocommerce product option text disappearing when selected’ is closed to new replies.