Customizing Blockquotes In Hueman Theme
-
I’m trying to customize
blockquote
in Hueman using the Simple CSS plugin … but it isn’t taking.I want to remove the big “open quote” symbol and change the font — most of all, change the
font-style
fromitalic
tonormal
— which sounds simple enough.But it isn’t working for me. I’m able to change the basic
p
and headerh1 h2 h3 etc
CSS tags, butblockquote
is not picking up what I want.Any idea where I’m going wrong here?
Here’s the code I’ve concocted in Simple CSS:
blockquote { font-family: 'Signika', sans-serif; font-style: normal; font-size: 13px; font-size: 1.2em; }
(And yes, I’ve got the Signika font hooked in properly from Google Fonts.)
Thanks for any advice you can shovel my way!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Customizing Blockquotes In Hueman Theme’ is closed to new replies.