• Resolved mikey1526

    (@mikey1526)


    As you’ll see, the quantity field, next to the add to cart button, displays black until clicked on, then returns to black after.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mirko P.

    (@rainfallnixfig)

    Hello @mikey1526,

    This can be fixed with some custom CSS. Under Appearance > Customize > Additional CSS, you can add the following code:

    .single-product .quantity {
    background-color: #fff;
    }

    Results:

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools.com. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Hope this helps!

    Thread Starter mikey1526

    (@mikey1526)

    Thank you! that worked perfectly

    Mirko P.

    (@rainfallnixfig)

    Glad to hear it – thanks for letting us know!
    ?
    If you have any further questions, I recommend creating a new thread.

    Have a great day ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Single product quantity field blacked out until clicked’ is closed to new replies.