Re: Cart Paypal button resize

Solved

How can I resize my Paypal button to match my checkout button?

NikolaKopanic
Excursionist
29 0 2

Hello people! Is there any way I could resize Paypal button to be the same size as my Check out button or vice versa? (Check the screenshot)paypal button.png

Accepted Solution (1)

Kinjaldavra
Shopify Partner
2302 570 1425

This is an accepted solution.

hello @NikolaKopanic 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

._1mqqPYZtCQtz5_i0b-po4l ._3TUeZPsTWjDxakSmeDcA4D {
    min-width: 126px !important;
}

 

View solution in original post

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1577

Hii, @NikolaKopanic 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

NikolaKopanic
Excursionist
29 0 2

Thank you, it worked perfectly

Kinjaldavra
Shopify Partner
2302 570 1425

This is an accepted solution.

hello @NikolaKopanic 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

._1mqqPYZtCQtz5_i0b-po4l ._3TUeZPsTWjDxakSmeDcA4D {
    min-width: 126px !important;
}

 

Alex419
Excursionist
20 0 1

all my store buttons have shadow except my paypal button. how do i add shadow to this?