• Hi!

    Two questions:

    Under Customizing->Layout->Post Previews how might I go about adding post excerpts to the double post layout? Is there an option I am missing or will this have to be done with an additional line of CSS?

    How do I make the titles of posts in the “More From…” section bold?

    Thanks so much! I am loving this theme!

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for the kind feedback ??

    There needs to be a small PHP edit to add excerpts to the double layout. You can add this “child theme” to your site to make this change: download the child theme

    The child theme zip file can be uploaded through the Appearance menu like a regular theme.

    As for making the titles bold, this CSS should work:

    .more-from-category .title {
      font-weight: 700;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘Add excerpt to double post preview’ is closed to new replies.