Hi, is there a way to change the standard <p> font size. I can’t see it as an option in the Advanced Styling, like there is for h1, h2, h3 etc.
Should I just override this in the Quick CSS box?
Hey Richard!
Yes, you can use this code:
p{
font-size: 14px;
}
Cheers!
Josue
Great, thanks
You are welcome, always glad to help :)
Regards,
Josue