[Resolved] How to change size of drop cap?

Home Forums Support [Resolved] How to change size of drop cap?

Home Forums Support How to change size of drop cap?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #950367
    Andrzej

    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?

    #950568
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #951426
    Andrzej

    Thanks for help, works perfect πŸ˜€

    #951432
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #951433
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.