Missing CSS classes in Shopify stylesheet - where are they located?

Hey everyone, I’m having trouble finding specific CSS classes in my Shopify theme files. I need to modify the styling for a class called “checkout-labels” on my cart page, but when I look through the main stylesheet, it’s nowhere to be found.

I’ve checked the obvious places like the main CSS file but no luck. Are there other locations where Shopify stores CSS rules? Maybe in theme sections or liquid files? I’m pretty new to Shopify development so I might be missing something obvious.

I really need to customize this element’s appearance but I’m stuck without being able to locate the actual CSS rules. Has anyone run into this issue before? What’s the best way to track down missing CSS classes in a Shopify theme?

Any suggestions would be awesome. Thanks in advance for the help!

hey, checkout-labels could be dynamic from shopify’s checkout. try using dev tools in your browser to inspect it - odds are it’s from shopify’s core files, not ur theme. can’t edit it directly, but it is what it is. good luck!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.