Hello!
I am using the dawn theme and my website URL is: carcleansweden.se.
I recently changed the name of my option button to add to cart on Swedish and made all of the add to cart buttons smaller.
But I can’t figure out how to make the option button the same size as the other add to cart buttons:
I would hugely appreciate the help!
1 Like
Hi @CarCleanCC
You can add this code to Custom CSS in Sales Channels > Online Store > Themes > Customize > Theme settings
.quick-add__submit { min-height: 34px; }
1 Like
Hi @CarCleanCC
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If you find my advice helpful please remember to LIKE and accept as SOLUTION.
Thanks!
1 Like
Hello @CarCleanCC
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.quick-add__submit {
min-height: 3rem !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
1 Like