Increase base size font in Baseline theme

I’m almost done with my site but cant figure out how to increase base size font in Baseline theme? It is capped at 22 px

Any suggestions.

site: publiclandstore.com

Thanks in advance :smiley:

Hello @nitsua81 :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file theme.min.css, and add this code at the bottom

:root {
    --base-font-size: 24px !important;
}

Hope that helps!

Brilliant! thank you so much :smiley:

You are welcome :slightly_smiling_face: