How can I increase the font size of a text button link?

Hi all!

The text button link on my main page image is too small.

( See photo below. The part that says “Book now →” )

Anyone know how to make that part larger?

Thanks!

Using Artisan from Shopify theme store.

Hello @Anonymous ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme..css-> paste bellow code in bottom of file
.caption .hoverButton {
    font-size: 30px !important;
}

You can change size a/to your need.

Thanks

1 Like

Worked beautifully, thank you so much!!!