I want to make all my headlines (h1, h2, h3 etc) bold

  • mikeluque

    #7979

    I want my headlines to stand out more so that the page is more easily skimmable. I’ve tried several times to put in custom CSS and to edit the Graphene style sheet. This is my latest effort:

    .entry-content h1,

    .comment-entry h1 {

    font-size: 22px;

    font-weight:bold;

    }

    It did nothing.

    How do I make all my headlines, in both pages and posts, bold?

    Mod

    Kenneth John Odle

    #39996

    Try

    .post-title,
    .post-title a,
    .post-title a:visited {
    font-size: 22px;
    font-weight:bold;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.