Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #351125

    Hi there,

    I have several sections of italicized text in a blog posts that don’t show up as italicized on the front-end of my site. I tried adding this to my style.css to no avail em { font-style: italic; } ANy other ideas about how to fix this? Thanks!

    #351362

    Hi 1lizcollins!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .entry-content p i {
    font-style: italic;
    }

    Cheers!
    Yigit

    #364201

    Thanks! Works perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Italics not displaying on blog posts’ is closed to new replies.