Card icon and checkout button customization

Hi there,

I have two simple issues with my page:

1 - The Color of the items in the shop cart is not visible, in black, how can I customize the color of the shopping card items? Tried everything in the customization page.

2 - After adding a product, in the pop-up, the Checkout button is not visible, again some greyish with black background. Where do I customize the color of this Checkout button?

Thanks for your help!

1 Like

Hi @miltokas

Could you share your store link to check?

Hi @miltokas

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.cart-count-bubble, button.button.button--primary.button--full-width {
    color: white !important;
}

It worked perfectly, thanks a lot @Made4uo-Ribe !

1 Like