First letter on portfolio post

Hello,

The first letter on a portfolio post page is much larger than the rest.

How can I make it normal size to fit in with the rest of the text?

Like the ‘e’ on this page: https://garethlang.co.uk/portfolio/tepnel-pharma-services

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the drop cap by going to Appearance > Customize > Additional CSS and pasting it there.


.single-post .entry-content .dropcaps-content > p:first-child:first-letter, .single-jetpack-portfolio .entry-content .dropcaps-content > p:first-child:first-letter {
    float: none;
    font-size: 12px;
    margin: 0px;
    margin-right: 0px;
    color: #001c28;
}

Best Regards,
Support

Brilliant, thanks.

Hi, there

Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!