• Resolved gusssss

    (@schmengi)


    Hi,

    The titles of each post are not styled; they look just like content text. Is there a CSS class I can customize in “Additional CSS” to bold it and make it look like heading?

    I tried:

    .pmb-posts {
        font-weight: bold;
        font-size: 150%;
    }

    But apparently that applies to the entire post, not just the post title.
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Nelson

    (@mnelson4)

    Hi @schmengi, are you using the print buttons, quick print, or pro print?
    Either way, this CSS selector might be closer to what you want:

    
    .pmb-posts h1{
    …
    }
    

    And then repeat for h2, h3, etc.

    Does that make sense?

    Thread Starter gusssss

    (@schmengi)

    Hi, i’m using quick print. And that worked! Thanks!

    Plugin Author Michael Nelson

    (@mnelson4)

    ??!
    But sorry that was necessary. Your theme is probably expecting a different HTML structure than what PMB is producing (other themes that more closely follow the “standard” themes usually work better).

    Anyways, take care!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘css class for post titles?’ is closed to new replies.