Forums

[resolved] Bold and Italics are disabled? (5 posts)

  1. ysmay
    Member
    Posted 1 year ago #

    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

  2. chellycat
    Administrator
    Posted 1 year ago #

    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.

  3. ysmay
    Member
    Posted 1 year ago #

    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.

  4. chellycat
    Administrator
    Posted 1 year ago #

    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!

  5. ysmay
    Member
    Posted 1 year ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags