How can I make the background of the cart insert window white?

I would like to have the insert when someone adds something to the cart but when I set and test it the background of the insert is transparent.
so i would need a code to put in the code that makes the background of the insert window white

I hope the picture shows what i mean

thanks for your help

Hello @le_X_Atelier

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

le-x-atelier.com and password: djerba

thanks for your help

You can follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

#CartDrawer{
  background: #fff;
}

Best regards,
GemPages Support Team

Thanks that works perfectly!

I am glad that my solution is helpful to you.

Best regards,
GemPages Support Team