how to reduce size of "View all" button

Solved
hurencio
Excursionist
25 0 6

Good day everyone, does anyone know hw can i easily reduce the size of the "view all" button on home page? 

TIA!

Cheers!

Accepted Solution (1)

Accepted Solutions
Zworthkey
Shopify Partner
5581 642 1535

This is an accepted solution.

hii, @hurencio 
paste this code on top of the theme.scss file.

.text-center .btn {
    height: 14px !important;
    padding-top: 0px !important;
    width: 70px !important;
    padding-left: 1px !important;
}

Thank You.

View solution in original post

Replies 7 (7)
Zworthkey
Shopify Partner
5581 642 1535

hii, @hurencio 
Kindly share your store URL so,
I can solve your issue.
Thank You.

hurencio
Excursionist
25 0 6
Zworthkey
Shopify Partner
5581 642 1535

@hurencio 
Can you give me a screenshot what you want so,
I can solve this.
Thank You.

hurencio
Excursionist
25 0 6

Untitled.png

 

Something like this? is it possible?

Zworthkey
Shopify Partner
5581 642 1535

This is an accepted solution.

hii, @hurencio 
paste this code on top of the theme.scss file.

.text-center .btn {
    height: 14px !important;
    padding-top: 0px !important;
    width: 70px !important;
    padding-left: 1px !important;
}

Thank You.

hurencio
Excursionist
25 0 6

@Zworthkey Fantastic! It's perfect!

Thanks for the help!

 

Cheers!!

Zworthkey
Shopify Partner
5581 642 1535