Product text in Cart is in blue, can this be changed?

Hello,

When viewing my cart with a product in the basket, the text is showing in blue and I can’t seem to change it. Is there a way to do this? I have tried changing the theme, and adjusting code but this hasnt changed the colour at all. Is it possible to amend this blue colour to match my scheme? Thank you!

2 Likes

Yes, you can change the text color in your cart by editing your theme’s CSS. Here’s how to do it:

  • Edit Your Theme CSS:

    • Go to Online Store > Themes > Actions > Edit Code.
    • Open the CSS file (e.g., theme.css or styles.css) in the Assets folder.
  • Find or Add Code:

    • Search for .cart-page a { color: #0000ff; } or similar.

    • Change #0000ff (blue) to your desired color code. If it doesn’t exist, add this:

    • .cart-page a {
      color: #yourcolorcode !important;
      }

      Save & Preview:

      • Save changes, then refresh the cart page.
    • If it still doesn’t work, check for overrides using your browser’s Inspect tool.

Yes it’s possible, Please provide your store url

Hello @mossheartstudio

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Hi @mossheartstudio

Please, share your store URL. Thanks!