• Hi there,

    i need to change the (green) post title font. Is there a way to do this with shortcode?

    It should be bold and have double the font size.

    All the best, Tobi

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • That would be done with CSS not with the shortcode. I’m guessing for your theme you’d add:

    .display-posts-listing .listing-item a.title {
    font-weight: bold;
    font-size: 150%;
    }
    Thread Starter td8000

    (@td8000)

    Great. That’s it.

    Thanks a lot Christina

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Title Font properties’ is closed to new replies.