Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I’ve read and successfully change the font size of paragraphs for the whole entries, by adding following code under CSS:
/* General Font Size */
.entry-content p {
font-size: 16px;
}
And I’ve just read that you can adjust the same at widget level, but how do I do it across the same paragraph line?
Thanks.