Skip to content

Instantly share code, notes, and snippets.

@radosek
Last active March 3, 2021 11:07
Show Gist options
  • Save radosek/4c73f83aab50ad44933a358baea2b7bc to your computer and use it in GitHub Desktop.
Save radosek/4c73f83aab50ad44933a358baea2b7bc to your computer and use it in GitHub Desktop.
[WooCore Black Cart] #WooCore #Cart
/* Cart Hover bg */
.wc-mini-cart:hover {
background: #000;
}
/* Black Cart Dropdown */
.wc-menu-open .wc-dropdown-cart {
background: #000;
color: #fff;
}
.wc-menu-open .wc-dropdown-cart * {
color: #fff !important;
}
.woocommerce-mini-cart__buttons .button {
background: #000 !important;
}
.woocommerce-mini-cart__buttons .button:hover {
background: #fff !important;
color: #000 !important;
border: 1px solid #000 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment