Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi there, can someone please help me figure out how to change the copy in the yellow button to black? In my global settings, this shouldn't be yellow so I'm not sure what's happened. I use the Sense theme. thank you
Solved! Go to the solution
This is an accepted solution.
Hello @FNANZ 👋
The change the copy of that button to black, inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#cart-notification-button {
color: black;
}
The result
Hope that helps!
This is an accepted solution.
Hello @FNANZ 👋
The change the copy of that button to black, inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#cart-notification-button {
color: black;
}
The result
Hope that helps!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025