How to change the font size for the product description - Dawn

@JacJacC Please follow below steps to update the font size for the description. Let me know whether it is helpful for you.

  1. From admin go to “Online stores” → “Themes”.
  2. Click action button from the current theme and select “Edit code”.
  3. Search for “base.css” file and paste the below code at the bottom of the file.
.product__description * { 
    font-size: 18px !important;
}

Result will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

1 Like