Last active
March 3, 2021 11:07
-
-
Save radosek/4c73f83aab50ad44933a358baea2b7bc to your computer and use it in GitHub Desktop.
[WooCore Black Cart] #WooCore #Cart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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