How can I change Cart Word Colors and X Button Colors? | XTRA Theme

Hello developers,

I am looking to change the colors of the Cart Word and the X icon as the colors currently blend into the background of my cart page. I believe this problem only exist on the mobile side and I’m looking for a change that won’t affect other pages.

My website: nailsbestbuy.com/

Best,

Nailsbestbuy Team

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets screen.css

.has-panels #root aside#cart header h2,
.has-panels #root aside#cart a.m6pn-close{
   color: #ffffff;
}

Output:

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

Thank you! The solution worked just as intended.