• Resolved serise

    (@serise)


    Hi,
    I’m trying to erase the dropcap (decorative letter). Deselecting dropcap from the customization menu still shows a letter from another font than the one set for paragraphs.

    Are there any solutions for this problem?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Aslam

    (@aslamnaik)

    Hi,
    To remove drop cap, go to Appearance > Customize > Additional CSS,
    and insert the below css code in the box.

    .post-content > p:first-child:first-letter {
    float: unset;
    margin: unset;
    font-size: unset;
    line-height: unset;
    text-align: unset;
    text-transform: unset;
    }

    Thanks.

    Thread Starter serise

    (@serise)

    Hi Aslam,

    In my case, the code worked only after I also added – font-family: unset;
    I think this was due to the customization already made to the template by me.

    Thank you!

    • This reply was modified 6 years, 9 months ago by serise.
    • This reply was modified 6 years, 9 months ago by serise.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deselecting dropcap (decorative letter)’ is closed to new replies.