How to make "add to cart" button smaller on "origin" theme?

Solved

How to make "add to cart" button smaller on "origin" theme?

connectclothing
Tourist
3 0 2

I am wondering how to change the code so that my "add to cart" buttons are not as big. Here is the example of the problem. I am using "origin" theme. If anyone also had a suggestion on how to enlarge my logo on the header that would be much appacited as well, Thanks!Screenshot 2024-09-17 143739.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
8403 2010 2466

This is an accepted solution.

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

 

 

 

.card__content .quick-add__submit {
    padding: .8rem;
    min-width: unset;
    margin: auto;
}
.card__content .button--full-width {
    width: 50%;
}

 

 

 

 

And Save. 

Result:

Made4uoRibe_0-1726605222062.png

For the logo,

 

 

 

 

@media only screen and (min-width: 989px){
.header__heading-logo-wrapper img {
    height: 8vh;
    width: 30vw;
}
}

 

 

 

 

And Save. 

Result:

Made4uoRibe_2-1726605683388.png

 

 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
5516 1496 1787

Hey @connectclothing 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
8403 2010 2466

Hi @connectclothing 

Would you mind sharing your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
connectclothing
Tourist
3 0 2
Made4uo-Ribe
Shopify Partner
8403 2010 2466

This is an accepted solution.

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

 

 

 

.card__content .quick-add__submit {
    padding: .8rem;
    min-width: unset;
    margin: auto;
}
.card__content .button--full-width {
    width: 50%;
}

 

 

 

 

And Save. 

Result:

Made4uoRibe_0-1726605222062.png

For the logo,

 

 

 

 

@media only screen and (min-width: 989px){
.header__heading-logo-wrapper img {
    height: 8vh;
    width: 30vw;
}
}

 

 

 

 

And Save. 

Result:

Made4uoRibe_2-1726605683388.png

 

 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
connectclothing
Tourist
3 0 2

Thank you the size change is perfect! The logo at the top of the page is bigger but its very blurry. Any workaround for that?