Created
November 25, 2020 11:46
-
-
Save yousufansa/78d7f37328868e1db08fa3209ce3d47c to your computer and use it in GitHub Desktop.
Electro v2 - Change Add to Cart Icon with Shopping Bag Icon
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
| .owl-item>.product .button.add_to_cart_button::before, | |
| .products-carousel.electro-v1 .owl-item .product .button.add_to_cart_button::before, | |
| .section-onsale-product .onsale-product .button.add_to_cart_button::before, | |
| .section-onsale-product-carousel .onsale-product-carousel .onsale-product .onsale-product-content .button.add_to_cart_button::before, | |
| li.product .button.add_to_cart_button::before, | |
| .single_add_to_cart_button.button::before { | |
| content: "\6e"; | |
| font-family: font-electro; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment