• Resolved willmorcos

    (@willmorcos)


    Hello

    I have noticed that when a product is added to the shopping cart, the digit in the quantity box is white/grey and can not be seen.

    Also, the small grey box underneath where it says Update Cart is also white/grey and can not be seen.

    Can these both be changed to black text.

    Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, willmorcos

    To do this, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

    .woocommerce-info, .woocommerce-cart table.cart input, 
    .woocommerce .cart .button {
    	color: #000000 !important;
    }

    I hope it will work for you!

    Thanks
    Rishabh

    Thread Starter willmorcos

    (@willmorcos)

    Hello

    Thank you for your reply.

    I have added the custom css but it has changed the Add to cart text from white to black also on the product page itself.

    Is there a way for this to stay white and the Update cart text to be black on the cart page?

    Thank you.

    For this add the given below custom CSS code in the Additional CSS box:

    .woocommerce a.button, .woocommerce a.button:hover {
    	color: #ffffff !important;
    }

    I hope it will work for you.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text colour on Cart page’ is closed to new replies.