Font

With all of the updates recently from Wordpress, I think it affected some of my settings. Now whenever I italicized words, it becomes smaller than the rest of the normal words — is there a code that I can put so that my font, whether italicized or not, are all even? Please see attachment and link for example.

Link to post (5th line, first paragraph): http://lienjae.com/it-cosmetics-superhero-eye-transforming-anti-aging-super-palette-review-swatches-makeup-look

Thank you in advance for your help!

Hi @LJ,

I hope you are well today and thank you for your question.

I can see the italic text is displaying same on your site as other text but if you still want to change its size then you can do so by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.entry-content em {
    font-size: 14px;
}

Please change the italic text size 14 in the above code to whatever you want.

Best Regards,
Movin