• Resolved Don Anastas

    (@javaman1)


    Product page shows “In Stock” quantity in green which doesn’t show up well, but I can’t find a way to change the color.

    Because the “Shop” pages are Woocommerce dedicated using my theme “Appearance” section does not work.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @javaman1,

    To change the stock quantity text color, navigate to Appearance -> Customize -> Additional CSS & add the following CSS in the text area :

    .woocommerce div.product p.stock {
        color: white;
    }

    Please note, this custom CSS will work as long as you continue using the same theme. If you change the theme, the custom CSS will have to be added back.

    I hope this helps!

    Thread Starter Don Anastas

    (@javaman1)

    Perfect! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“In Stock” on Shop Page’ is closed to new replies.