Forums

How to make bold work in theme (5 posts)

  1. bluepop13
    Member
    Posted 2 years ago #

    I have a free theme I'm using for my blog and I can bold the text in the Admin area but it doesn't show up bold on the post itself. What can I do to correct this issue?

    Thanks for any help.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    You could start by posting a link to a page on your site that demonstrates the problem.

  3. bluepop13
    Member
    Posted 2 years ago #

    Here's a link: http://bluepop13.com/2010/03/17/the-only-way-to-the-top-is-with-helping-others-help-you/

    I just checked again in the Admin area and the headlines are bold but on the post itself, not.

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try editing style.css and removing font-weight:normal; from:

    .entry-title, .page-title {
    color:#006699;
    font-size:2.6em;
    font-weight:normal;
    margin:0 0 0.8em;
    }
  5. bluepop13
    Member
    Posted 2 years ago #

    I took out 'font-weight:normal;' and it changed the headings to all bold. That's a start so we're onto something... Now if we can just figure out how to get the subheadings to go bold when I assign them.

    Thanks for this much help and if you can think of something further then thanks again.

Topic Closed

This topic has been closed to new replies.

About this Topic