Shopify cart drop down product text colour

Hello,

Hope you’re well, the cart drop down is currently showing key text in white or transparent how do I change this?

Here is my store: https://altitudesupplements.com/cart

Thanks,

Tom

Hey @teebey

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @teebey

You can add this code to Custom CSS from Online Store > Themes > Customize > Themes settings to solve this issue

.ajax-cart__product-title a {
color: #000 !important;
}

HEllo @teebey

Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.ajax-cart a, .ajax-cart a:active, .ajax-cart a:visited {
    color: #fd0505 !important;   /* you can change the color here*/
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thank you!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.