How can I adjust button dimensions on my website?

I would like to decrease the size of my buttons, so they look smaller. Could you help me?

Hi @CarlosCaleja

Please share your store URL

Hello @CarlosCaleja ,

Here’s a general guide for you:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file or theme.css file

Add this following code at the bottom of page

.btn {
  font-size: 14px;
  padding: 8px 16px;
}

Replace .btn with the class or ID of your button element

Save and preview

Hope this can help.

Transcy

Hi,

Here you have: https://angurawear.com/

And I want to decrease the size button like this one “SHOP ALL”:

Thank you.

Should I copy the code below this? And how do I know which class or ID my button have?