• In my posts I have certain words typed in bold, however, when viewing my site the words do not appear in bold.

    The HTML is correct but the words don’t appear as they should.

    Can anyone help?

Viewing 7 replies - 1 through 7 (of 7 total)
  • does the ‘bold’ appear properly when viewing the single post?

    then it possibly a case of ‘the_excerpt()’ vs ‘the_content()’ in the template responsible to show the posts (index.php ?)
    http://codex.wordpress.org/Function_Reference/the_excerpt

    or a case of a over-active reset style in style.css of your theme (?)

    purely guessing without seeing your site live to illustrate the problem.

    Phil

    (@owendevelopment)

    Try adding this to the bottom of your style.css:

    strong {
    font-weight: bold !important;
    }

    Or… If you use Firefox, use the firebug plugin to highlight why bold does nothing.

    Thread Starter milesb1

    (@milesb1)

    I don’t have the excerpt when creating posts. alchymyth, what do you mean by the over-active reset style?

    Phil, I tried your idea but it didn’t work.

    the main point of my reply is actually ‘without seeing your site live’ nobody can really help; there is just not enough information to work with.

    post a link to your site to get more suggestions.

    Thread Starter milesb1

    (@milesb1)

    Ok, here’s the link to my site –

    href=”http://www.reducethighsinformation.com”>

    right at the start of style.css is this section beginning with:

    /* Reset

    this also sets ‘strong’ to show normal font weight;

    follow the suggestion by @phil and add the suggested code to style.css of your theme.

    or remove strong, from the list of the reset styles.

    Thread Starter milesb1

    (@milesb1)

    I’ve deleted ‘strong’ from the Reset section and added Phil’s suggestion but it still hasn’t worked.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Bold text’ is closed to new replies.