sticky add to cart button size
-
Hello !
I want to increase height the button of “sticky add to cart” also want to increase font size in mobile
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-sticky-btn .basel-sticky-add-to-cart{
font-size: 14px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
line-height: 18px;
}
Change the values as per your needs.
Add this code to mobile:
body .basel-sticky-btn .basel-sticky-add-to-cart{
font-size: 14px;
}
Change the font size as per your needs
Best Regards