How to change the size of the ''add to cart'' button

Hello,

I use the turbo portland theme and I’m wondering how to change the overall size of the whole ‘‘add to cart’’ button. I’ve already changed the text through the language settings as well as the typography settings. Still too small for me.

my website URL is : jasaoslaj.com

P.S. it’s only optimized for mobile.

Thanks for your help!

Hi @Jasa11

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

  • Go to Online Store->Theme->Edit code
  • Asset-> styles.scss paste the below code at the bottom of the file.

@media (max-width:767px){

.add_to_cart.action_button{font-size:24px !important}

}

Hope my solution works perfectly for you!

Best Regards;

PageFly

Thank you very much!

1 Like

you are welcome, I am glad when can help you