Gutenberg paragraph font
-
I have CSS that sets the font size for p content on post pages to 1.3 em. This is a good size for me. The only problem is after i use this CSS, the paragraph Gutenberg block won’t respond to any smaller or larger font now. If I deleted the above code it does. The paragraphs where I want a larger font are the colored ones. (I’m not using Headings so I can easily color the block.)
Here’s the CSS…
.single-post #content p {
font-size: 1.3em;
}Is there a way to fix this?
Thanks!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Gutenberg paragraph font’ is closed to new replies.