How do I edit the pop up that occurs when something is added to cart?

I am currently using the theme debut and I am wondering how to edit the pop up that occurs when you add something to the cart. The issue, is that the pop up is transparent, not white. So the text in the pop up overlays with the text on the product page making it impossible to read. Does anyone know how to fix this?

Hi @MsSassChick

Thank you for your question.
If you are using the Debut theme.
you can try follow this path:

Themes => edit code => asset => theme.scss.liquid

and add this code to bottom of the file theme.scss.liquid

.cart-popup-wrapper {
background-color: #fff!important;
}

Thank you! I was looking for an answer to the same problem and yours worked perfectly! Thank you!!

I am currently using the wokiee-v-1-9-3 theme and I am wondering how to edit the pop up that occurs when you add something to the cart. The issue, is that the pop up is transparent, not white. So the text in the pop up overlays with the text on the product page making it impossible to read. Does anyone know how to fix this?