So far I have tried the following:
-
Make Base.CSS File
-
Connect to Theme.liquid with {{ ‘base.css’ | asset_url | stylesheet_tag }}
-
added to Base.Css
.quantity__button:first-child {
color: #000000;
}
.quantity__button:last-child {
color: #000000;
}
.quantity-selector__button {
color: #000000 !important;
background-color: #FFFFFF !important;
border-color: #000000 !important;
}
.template-specific-class {
}
This is all in a draft so I am not changing the published code currently. Someone else was in the code and I don;t know what they did so I am just trying to fix this one thing for my friend. Any help would be appreciated! Photos attached:
-
Up/Down arrows white/Invisible. Sometimes the page will glitch and they will show black for half a second… weird.
-
Cart is not showing at all. I have not yet even tackled this issue. Something is overriding the code. I don’t want to mess up the custom code… but I may just have to rebuild it from scratch if I can’t figure out why this is happening.
Website is somalab.us
Thanks all for your feedback!


