How do I make the text on my "Your cart" section a different color?

Hi, I am using a shopify theme and dont know how to change the color of text just for my cart. I want to make it black. What should I do?

Hello @astrofinityligh ,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

https://astrofinitylights.com/cart.

The background of the buttons are white, and I want the text to be black instead of white, I specifically want it on the top 2 boxes to have all black text. Thanks.

If you look at it, there is text behind those white boxes and the customers cannot see what they are supposed to do in those sections.

@astrofinityligh ,

this background you want the white background and black text?

No- it appears different when you add a product to your cart. Try and add my product to your cart on the Astrofinity Lights page, and add it to your cart. This is the page where the buttons are not black.

let me know if that helps

@astrofinityligh ,

select#order-feedback {
    color: #000;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

@astrofinityligh ,

Hi If your issue is solved then give a like and accept it.

Otherwise, ask about the issue if you are having?

Have a Good Day!