Hi
I’d like to edit the style of the “add to cart” button in product page (color, size, icon, …), but can’t find how ..
Could you help me please ?
Regards
This topic has 4 replies, 3 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hi
I’d like to edit the style of the “add to cart” button in product page (color, size, icon, …), but can’t find how ..
Could you help me please ?
Regards
Hi,
You can use CSS to edit style of ‘add to cart’ button
.single_add_to_cart_button.button, .quick-view-popup .product_type_variable, .quick-view-popup .product_type_grouped, .quick-view-popup .product_type_external {
height: auto;
font-size: .85rem;
padding-top: .785rem;
padding-bottom: .785rem;
background-color: #222222;
border: 1px solid #222222;
color: #fff;
min-width: 190px;
margin-right: .4rem;
}
Regards,
Hung PD
perfect !
Hello,
You’re welcome!
Have a nice day.
Regards
The issue related to '‘Style the "add to cart" button in product page’' has been successfully resolved, and the topic is now closed for further responses