Archived topic
How to change size of drop cap?
4 replies · Started by Andrzej on July 6, 2019
Viewing posts 1–5 of 5
For now drop cap looks like 5 rows of text, but i nned only as heigh as 3 rows of text - where can i change it?
Hi there,
That is determined by WordPress itself.
Try this CSS:
.has-drop-cap:not(:focus):first-letter {
font-size: 5.4em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thanks for help, works perfect :D
No problem :)
No problem :)
This archived topic is closed to new replies.