How Can I Make Cart Drawer Checkout Button Bigger

Solved

How Can I Make Cart Drawer Checkout Button Bigger

jarvis19
New Member
5 0 0

Could anyone help me make the checkout button from the cart drawer bigger? All the other buttons are ok, only the one from cart page/drawer is so thin. I use Impulse theme.
IMG_4672.jpg

Accepted Solution (1)

EstherBui
Excursionist
275 39 42

This is an accepted solution.

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file buttons.css and add this code at the end of the file

button.btn.cart__checkout {
    height: 60px !important;
}

 

Result:   

EstherBui_0-1737217736416.png

 


Best,
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

View solution in original post

Replies 9 (9)

CodingFifty
Shopify Partner
613 97 116

Hi @jarvis19,

Please share store url.

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
jarvis19
New Member
5 0 0

Sent on email.

EstherBui
Excursionist
275 39 42

Hi 
Can you share stor url?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

EstherBui
Excursionist
275 39 42

This is an accepted solution.

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file buttons.css and add this code at the end of the file

button.btn.cart__checkout {
    height: 60px !important;
}

 

Result:   

EstherBui_0-1737217736416.png

 


Best,
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

jarvis19
New Member
5 0 0

Hi, i can't find that section anywhere.

EstherBui
Excursionist
275 39 42

You can add this code in here: https://prnt.sc/mitSogASXHSe

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

jarvis19
New Member
5 0 0

It works! thanks so much! Could i insert something to also make the text bigger?

EstherBui
Excursionist
275 39 42

You can add this "font-size: 15px !important;" like that https://prnt.sc/xwSvmYzQH68_

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

jarvis19
New Member
5 0 0

Yeah looks perfect. Thanks again 🙏🙏