Hi Guys,
I’d like to customize a couple of properties of a cart drawer (I’m using a buy button channel to embed Shopify checkout on my site).
I have checked several topics on the community + YouTube channels on how to change simple CSS properties, without any luck.
As an example, I would give a background-color property of the cart - I’ve noticed in Chrome, that Shopify passes this property somehow (and somewhere) to the shopify-buy__cart class. I tried to change a base.css file and a –color-background variable (to a specific hex code), tried to adjust a color background in theme settings, tried to add a custom code below base.css with the class. I added inside of my website to override the properties of the class. No effect. Still, the same class has white (#fff) color.
Some outdated posts mention a file called there.css.liquid but the recent changes in Shopify, have removed the old structure, and there is no such thing anymore.
I’ve contacted Shopify support, but they are not trained to provide help with a “development part”.
Thus, my simple question is: how (where) can I change it?