-1

I don't know what to do about this; if you check the post content of my website, It is shown with Italic Style. I don't know how to delete this property. Can somebody help me?

This is the css code of my posts

Dani
  • 43
  • 1
  • 1
  • 5

1 Answers1

-1

Simply add this code at the bottom of your stylesheet:

.post .content, .comment .content {
     font-style: normal;
}
Fahad Hasan
  • 10,231
  • 4
  • 29
  • 36