Dawn Theme: I wouls like to make the Add to Cart buttons much smaller, where can i change the butto

Dawn Theme: I would like to make the Add to Cart buttons much smaller, where can i change the button width and maybe the color. Thanks

@sheadaddy1717 - it needs custom css to change width

color you can check from customize settings where you will have color settings, if no then it will also need custom css

yes thats fine,can you help?

@sheadaddy1717 - can you please share this page link where you have this button?

https://b720b7-2.myshopify.com/products/african-black-soap-bodywash

@sheadaddy1717 - please add this css to the very end of your base.css file and check, adjust number 50 as per your need

@media screen and (min-width:750px){
.product-form__submit {max-width: 50%;}
}

Thank you!

1 Like

can you help with this issue:

I want to make all of the product images the same size on my product pages, dawn theme. Here is my store:

https://b720b7-2.myshopify.com/

@sheadaddy1717 - do you have any specific product link?

https://b720b7-2.myshopify.com/

the featured products listing on this page, all of the images are different… i tried using one of the re-size apps it helped a little but they are still different sizes

@sheadaddy1717 - I checked code, it is same for all, but few product themselves in short in height and have spaces around them giving the impression that images are different sizes.

ok thank you