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].
No matter what code I use, I cannot get the title of a SOW.editor to follow the font style I’ve outlined, whether in style.css or in the SOW.editor Attribute CSS Styles. Can you help?
Hi Jamie,
Do you have a public URL where we can take a look at what’s going on?
Also, can you please send me a copy of the CSS you’re using?
Thanks for responding Alex! So this just changed a bit after the most recent update. This makes me wonder if if you made some improvements on font. But for instance, on http://kqg.xas.mybluehost.me/informationaboutmichigancitizensforwaterconservation/ Content of SO Editors is not Arimo. But this seems to be random. It was fine this morning, for instance, but now it’s back to the serif. Not sure what I’m doing that’s changing it, but home page was doing same thing; now it’s not. Style…
p {
font-family: “Arimo”;
margin: 1.125rem 0;
font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
font-family: “Alegreya Sans”;
clear: both;
margin: 0 0 12px;
font-weight: 900;
line-height: 1.2;
letter-spacing: -1px;
color: #353535;
}
Hi Jamie,
Unfortunately, the linked page doesn’t work for me. Can you please check the URL?
Regardless, the provided CSS is very… well it’s not specific. Try prepending .entry-content to each of the selectors to see if that helps (for example, .entry-content h1, .entry-content h2 etc).