• Hi,

    don’t know, if this is a problem with the theme…

    I just realisid, that text on my homepage that I entered in the editor as “italic” is not shown italic any more.
    You can see it on this page:
    http://zeltlager.cvjm-ebersbach.de/2014-ab-ins-mittelalter/

    The words “Bilderauswahl” or “Tagebuch” is marked as italic in the wordpress editor. I looked deeper in the code and found that the html tag is used.

    Can somebody tell me how I can get my italic text back?

    Cheers
    Jony

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jonnylander

    (@jonnylander)

    Ops…

    Didn’t know that I can use html in the forum here. Here’s the text again:

    TOPIC: html /em/ is not shown italic

    Hi,

    don’t know, if this is a problem with the theme…

    I just realisid, that text on my homepage that I entered in the editor as “italic” is not shown italic any more.
    You can see it on this page:
    http://zeltlager.cvjm-ebersbach.de/2014-ab-ins-mittelalter/

    The words “Bilderauswahl” or “Tagebuch” is marked as italic in the wordpress editor. I looked deeper in the code and found that the html /em/ tag is used.

    Can somebody tell me how I can get my italic text back?

    Cheers
    Jony

    Hi,

    Please add this css to your custom css section in theme options

    em, dfn, cite {
        font-style: italic;
    }

    Thank you

    Thread Starter jonnylander

    (@jonnylander)

    Thank you!

    I just starting working on someone’s site that uses this theme. It seems that italic was broken during one of the theme upgrades.

    A very quick glance with the inspector shows that the code block in style.css

    em, dfn, cite {
        font-style: italic;
    }

    seems to be getting overridden by the reset.css code.

    I haven’t looked any further, but since someone else reported this problem, and the site’s italics were working before I upgraded, it seems that there is a fairly basic but significant bug in the theme.

    Hi,

    We will resolve this bug in next theme update and thanks for your passion.

    Thank you

    Help!!!

    Hi there, when will that update be?

    All of our publication titles are now appearing non-italicized and there are 840 of them! Much appreciate a fix .. I am not a programmer so I don’t get where you need to put that coding fix. I just do things by visual editor :-/

    http://www.leygroup.ch.cam.ac.uk

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘html is not shown italic’ is closed to new replies.