How can I enlarge the 'Shop Now' button on mobile view?

Hello This is wakingland,

The waking.com website. I am trying to increase the size of the call to action btn (SHOP NOW) when the website is viewed on mobile.

Is there a way of doing that?

Hello There,
Please share me preview link for website.
So that I will check and let you know the exact solution here.

www.wakingland.com

Thanks

Hello @wakingland

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
@media only screen and (max-width: 800px){
.slide__item-content a.button {
font-size: 15px!important;
}
}
1 Like

Thanks it works beautiful. I will definitely be contacting you for some development work soon.

1 Like

Kindly feel free to get back to me if you need any further assistance Thanks!