The font I am using is set at “100%”, but what size is that? I need to make sure it’s 16px. How can I change it if it isn’t?? Please help.
@JeanetteQuillen - every element has its own font size set, which one do you want to change?
body {
font-size: 16px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
You are brilliant! Thank you.