Hi, I have just started on my new site, when I add something to my shopping cart and click on it I cannot see the cart clearly. There are images in the background. Anyone able to tell me how I sort this please . As you can see from the photo below it is not clear
Thank you
1 Like
@user1646 can you please share this page link?
Hi @user1646
Welcome to the community.
It looks like your cart has a transparent background, instead of standard white. Check your theme settings, for cart and general, and see if you have all colors set. That also could be a custom code, but from the image, we can not get many clues and it is only guessing. If you want, please share a store link, and if the frontend is password-protected, then the password too.
Hello @user1646 ,
I hope you are well!
This is due to opacity which has been added to the cart popup. Can you please provide the store URL so that I can provide you the CSS which will fix the opacity and cart popup will appear automatically.
Hey @user1646,
The requested changes requires to do the custom code in your theme file. Could you please share the Store url and collab code in the p/m so that i can take a look and implement the requested changes.
Thanks
Hi @user1646
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
The collab code is wrong. Please send me the correct one.
@user1646
You have chosen a color scheme in Theme settings > Color that has a transparent background, or there is an issue in your code. Double-check you selected the color scheme and try to set different colors for a test, white should be fine
1 Like
Please copy and paste the code below by going to the Online store >> Themes >> Customize >> Click on Settings icon to the left >> Scroll down to the bottom and paste it to the custom CSS tab.
.cart-drawer__inner {
background-color: #fff;
}
It will change the color to White.