Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created November 25, 2020 11:46
Show Gist options
  • Select an option

  • Save yousufansa/78d7f37328868e1db08fa3209ce3d47c to your computer and use it in GitHub Desktop.

Select an option

Save yousufansa/78d7f37328868e1db08fa3209ce3d47c to your computer and use it in GitHub Desktop.
Electro v2 - Change Add to Cart Icon with Shopping Bag Icon
.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