Size of Quote text
- The topic ‘Size of Quote text’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Is there any way to reduce the size of the quote text as it is huge in comparison to the other body text? I just need to reduce it slightly.
Thanks,
Gail
The blog I need help with is: (visible only to logged in users)
Hi Gail,
Please use the following CSS Code Snippet for to adjust the Blockquotes,
/* Blockquote */
blockquote {
font-size: 18px;
font-size: 1.8rem;
}
Thanks
That’s fantastic – thank you.
Gail