How do i change the size of my homepage buttons? Prestige Theme

The buttons on my homepage seems small, i want to increase the size of these.

Here are the button examples.

‘Explore’ button

‘Shop All’ button

‘Shop Silver/Gold’

and the newsletter ‘Subscribe’ button.

Store Link: https://thecoldflex.myshopify.com/

Add the below in your theme.scss file:

.Button {
    font-size: 18px!important;
    padding: 10px!important;
}

Or look for this class and modify them manually. You can also try the Theme Editor → Settings → Typography and switch it from there.

1 Like

Thank you!!