How change add to cart style?
-
I want to change style for add to cart button to be fit and like this
https://prnt.sc/znVJqEnoKrlm
Hi Jasseroos,
Thanks for reaching to us and take our apologies for the long delay in answering due to the weekend.
You want to make the Add to cart button on your site looks like exactly the screenshot? Do you want to remove add to cart icon?
Regards,
Hi,
Yes, I want make the Add to cart button and variation swatches option on the site looks like exactly the screenshot
https://prnt.sc/znVJqEnoKrlm
Regards,
Jasser
Hi Jasseroos,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
table.variations .label{
display: none;
}
form.cart .single_variation_wrap{
flex: none;
width: 260px;
}
.single_variation_wrap :is(.btn,.button,button,[type="submit"],[type="button"]){
padding: 5px 42px;
}
Regards,
Hi Hung,
it doesn’t work but you can close the ticket thank you.
Regards,
Jasseroos
The topic ‘How change add to cart style?’ is closed to new replies.