• Resolved selvarajah

    (@selvarajah)


    I’m guessing it has to do with the CSS (or maybe the font, since the quotes look slanted?), but the text within “em” or “i” tags isn’t showing up in italics. Any ideas? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Not familiar with that theme, but this sounds to be a font issue. Can you temporarily edit the CSS file to remove the font reference to see how that effects your italics?

    Theme Author mythemes

    (@mythemes)

    This is a developing laps for all items implicitly is set normal display (missing italic).

    to fix it you can use custom css.
    go to Admin Dashboard > Appearance > Theme Options section “Others …” here exists field “Add custom css”

    add this code:


    em{
    font-style: italic;
    }

    Thread Starter selvarajah

    (@selvarajah)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Italics not showing in posts?’ is closed to new replies.