Hi,
I’m creating a blog on a new website, and since I can’t get the Body and Content setting to work with the Single Layout (it won’t accept a font weight of 200, and chooses the bold option instead) I have to do it with CSS.
I’ve made this CSS:
.post p {
font-size: 1.2em;
font-weight: 200;
line-height: 1.4
}
- But that overrides all other text elements on the post. How can I target The Content and nothing else?
For reference: https://m8studio.dk/blog/m8-studio-er-en-realitet/