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 ![]()
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 ![]()
Hello @nitsua81 ![]()
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 ![]()
You are welcome ![]()