[Theme: Mon Cahier] Changing Block Quote font
-
I’d like to change the font of the block quote from 30 px Reenie Beanie to 12 px times. In the child theme of my site, I went to the text elements section and changed
<blockquote>blockquote { margin: 0 1.5em; font-family: 'Reenie Beanie', serif; font-size: 30px; font-size: 3.2rem; line-height: 1.8;
to
blockquote { margin: 0 1.5em; font-family: 'times', serif; font-size: 12px; font-size: 3.2rem; line-height: 1.8;
But when I test a block quote, it’s still appearing in 30 px Reenie Beanie.
I’m sure there’s an obvious fix that I’m stupidly missing, and I’m hopeful that someone here can be the fresh eyes I need to show me what that fix is.
Thanks in advance to all who consider my question.
- The topic ‘[Theme: Mon Cahier] Changing Block Quote font’ is closed to new replies.