How can I adjust font size in Liquid on my Kpopistic website?

my website is: www.kpopistic.com the password is “tomato”

the text shown here is quite small and i want to increase the size to 14px but i need help with the codes, can someone provide me with the code to change the font size?

@xmimi98 ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

You can change the values as per your wish:

14px = desktop
13px = mobile

Kind regards,
Diego

1 Like

thank u so much, it worked