Hello,
Great theme. Wanted to know what is the easiest way to make the Add to Cart button bigger. Is there an image file that I can simply swap out?
Many thanks,
JH
Hello,
Great theme. Wanted to know what is the easiest way to make the Add to Cart button bigger. Is there an image file that I can simply swap out?
Many thanks,
JH
Hey,
add following code to css/custom.css and adjust the padding value:
#top .cart .button.alt {
padding: 20px;
}You must log in to post.