This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Amzy Leel
Hi,
When I hover over my cart icon the background of the dropdown is white. I would like to change it to black. Can you please provide me the CSS code to change to black?
See screenshot
Hello,
use this custom css
.cart-popup-container { background: #000; }
You must be logged in to reply to this topic.Log in/Sign up