• Resolved ysmay

    (@ysmay)


    Hey there,

    A friend of mine asked me to help him with his site and he is using a WordPress theme that has somehow disabled Bold and Italics from showing up on the front end.

    I’d really appreciate it if anybody could point me in the right direction about how to resolve this issue without removing the current theme as he is very attached to it.

    All the best and many thanks in advance,
    ~Ysmay

Viewing 4 replies - 1 through 4 (of 4 total)
  • Please post a link to the website or to the theme, it’s hard to help if we can’t see what’s going on under the hood.

    Thread Starter ysmay

    (@ysmay)

    Oh, certainly. My bad. I’m really tired!

    The site is over at http://www.ummahrelations.com I’m jumping in to help him with some problems and I have had nothing to do with the design thus far. I do know the theme is called Satoshi though.

    OK, I’ve found the problem. Open up the “reset.css” stylesheet in your theme.

    Find this code:

    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, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
    }

    Remove the following two lines:

    font-weight: inherit;
    font-style: inherit;

    That should do it!

    Thread Starter ysmay

    (@ysmay)

    Wow! Thanks so much! I never would have thought to look there!!! Brilliant!!! Thanks!!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bold and Italics are disabled?’ is closed to new replies.