Hi there,
I want to make my buttons a bit bigger but can’t find how to in the theme button settings.
Any CSS that would help?
I would also like to increase the letter spacing if possible.
This is my button now
And I want it more like that
Thank you
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
You can make it bigger by increasing the padding. There is also a letter-spacing CSS property that you can adjust. Try experimenting with code in the Custom CSS section of your theme editor.
Yes sorry, www.greatspirit.com.au
Thanks!
Hi @RitualMullum , adding the following custom CSS to the rich text section with the button should help:
.button {
padding: 28px 80px;
}
Let me know if you need any more help!
Rob
Amazing thank you! Just added it at the end of base.css and it worked perfectly ![]()
That’s great!
Although worth noting that putting it in base.css will apply it to all buttons on the store with the class “button” so just put it in the sections you want it if that’s not the desired effect