Re: how to reduce size of "View all" button

Solved

How can I decrease the size of the 'View all' button on my homepage?

hurencio
Excursionist
32 0 7

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)
Zworthkey
Shopify Partner
5581 642 1577

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 1577

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

hurencio
Excursionist
32 0 7

Here it is, https://artsuppliesaustralia.com.au/

 

thank you!

Zworthkey
Shopify Partner
5581 642 1577

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

hurencio
Excursionist
32 0 7

Untitled.png

 

Something like this? is it possible?

Zworthkey
Shopify Partner
5581 642 1577

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
32 0 7

@Zworthkey Fantastic! It's perfect!

Thanks for the help!

 

Cheers!!

Zworthkey
Shopify Partner
5581 642 1577

@hurencio 
Welcome.