Mark
Mark

Reputation: 544

Mysterious Italic Text on Blog Post

I have a paragraph of text on a Wordpress blog post that is completely set in italics. The document and HTML has no "em" contained inside. I'm totally stumped. Anyone know what can be causing this.

Upvotes: -1

Views: 131

Answers (1)

chomazambia
chomazambia

Reputation: 9

There is likely some CSS on the page that is acting on that blog post.

You can try searching the CSS file or files loaded on the page for font-style: italic; or search for the classes that are assigned to that blog post's elements to see how they are being styled.

Upvotes: 0

Related Questions