Blockquote CSS editing
- The topic ‘Blockquote CSS editing’ is closed to new replies.
Need help? Check out our Support site, then
I’d like to know how to edit blockquote styles through css customization. What i don’t like, at the moment, is the font size being too big compared to regular text (you can see an example here: http://matteodelongis.it/2015/06/09/il-parlamento-europeo-in-un-certo-senso-riconosce-le-famiglie-lgbt-brevi-considerazioni-sul-testo-della-risoluzione-approvata-dalla-plenaria-del-09-06-2015/)
I’d love this text to be the same size of the other text displayed in the post.
Thank you in advance
The blog I need help with is: (visible only to logged in users)
SOLVED
}
.post blockquote, .body-content .post blockquote p, .page blockquote, .body-content .page blockquote p {
font-weight: 400;
font-size: 14px;
line-height: 1.5em;
}
Hi Matt,
I’m glad to hear that you managed to resolve this issue. :)
Please let me know if you need additional assistance.
– Djordje