Hi, how to customize add to cart icon on the single product page?
Site URL: hidden Theme version: 8.1.3Hello,
You can use one of these icons, by adding the next code in Theme options > Theme custom CSS:
.single-product .single_add_to_cart_button:before {
content: "\e90d";
}
Regards
.single-product .single_add_to_cart_button:before {
content: “”;
}
Like this?
Hello,
Use below code
.single-product .template-container .single_add_to_cart_button:before {
display:none;
}
Regards
The topic ‘How to customize add to cart icon on the single product page?’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.