Make Button smaller

Hi, i wonder if theres a way to make the “ENTER” Button on my Website smaller?

URL: sixdreamz.com

1 Like

Hi @sixdreamz

Its password procted. This enter is on the homepage or password page?

i removed the password. you should be able to enter now

1 Like

Thanks for the info, check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

div#Banner-template--22780388671829__ba3a9a37-cead-4357-8c2d-62907f095f7e a.button.button--primary {
    min-width: fit-content !important;
    min-height: 3rem !important;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!