My shopify product font is smaller on mobile view then desktop view any way round this?

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 767px) { .product__accordion__title { font-size: 16px !important; } .product__accordion__inner{ font-size: 18px !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Please Mark my both solutions as an Accepted Solution.
Thanks :slightly_smiling_face: