• I have been reading the other post related to no italics, but none are specific to the Portal theme. I tried to adapt some of the suggestions but they did not work.

    In this link: http://elrocktagono.com/mma/noticias-ufc/hector-lombard-baja-170, the final line “Visita nuestras secciones para más videos y noticias de Artes Marciales Mixtas.” should be in italics.

    (The same problem applies to all other posts with italics, they can be seen on the back end but not in front).

    Based on what I have read on previous posts, changes to the top portion of the stylesheet should solve the problem. This is how my Portal Stylesheet (style.css) looks like:

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }

    Any suggestions?

Viewing 1 replies (of 1 total)
  • See this – line 69 – em is unitalicized by:

    em, i, cite {
        font-family: arial;
        font-style: normal;
    }

    For additional help, you need to ask the theme developers – as commercial themes aren’t supported on these forums.

Viewing 1 replies (of 1 total)
  • The topic ‘No italics using Portal theme’ is closed to new replies.