How can I consistently make my cart drawer black with white text?

hi when i add an item to the cart the drawer pops up but i want to make it black with white text it does it sometimes but then sometimes its transparent . https://1zffotxugy9mn8k8-59055800410.shopifypreview.com i dont want it to be transparent at all i want it to be black with white for all the words.

Try this:

Go To Themes> “…”> Edit Code> base.css> Add This Code> Save

drawer.active .drawer__inner {
  transform: translate(0);
  background-color: black;
}

Result:

Hope that works for you!
@biznazz101

na it didnt work idk what to do anymore it keeps popping up like this [image:
image.png]