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].
I have p tags and this does nothing to change the font I even used your so called css editor?
p {
font-family: Verdana;
font-size: 14px;
}
Hi John,
There is other CSS present on your website that is more specific than the CSS you wrote. This means you’re CSS is ignored in favor of other CSS. I would recommend giving this article a quick read. To correct this issue you’ll need to select a more specific selector.