Created
April 23, 2018 08:15
-
-
Save akther80/c9647efcbf68c208dd0d0df71381d9c4 to your computer and use it in GitHub Desktop.
Electro - Remove view cart button in product item
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 .added_to_cart, | |
.products-carousel.electro-v1 .owl-item .product .added_to_cart, | |
.section-onsale-product .onsale-product .added_to_cart, | |
.section-onsale-product-carousel .onsale-product-carousel .onsale-product .onsale-product-content .added_to_cart, | |
li.product .added_to_cart { | |
display: none; | |
} | |
.owl-item>.product .button.added, | |
.products-carousel.electro-v1 .owl-item .product .button.added, | |
.section-onsale-product .onsale-product .button.added, | |
.section-onsale-product-carousel .onsale-product-carousel .onsale-product .onsale-product-content .button.added, | |
li.product .button.added { | |
display: block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment