Skip to content

Instantly share code, notes, and snippets.

@akther80
Created April 23, 2018 08:15
Show Gist options
  • Save akther80/c9647efcbf68c208dd0d0df71381d9c4 to your computer and use it in GitHub Desktop.
Save akther80/c9647efcbf68c208dd0d0df71381d9c4 to your computer and use it in GitHub Desktop.
Electro - Remove view cart button in product item
.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