Cart: Change the cart color in the main navigation

To add a different color to the Cart link in your main navigation, you can use this modification:

Result:

Code:

/* -- code start change cart color in navigation -- */
.cart-text-link a { color: #cc0000; }
/* - end - */

hex color code references:

http://www.colorhexa.com/web-safe-colors

https://picular.co/


Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code