• Resolved HideousZ

    (@hideousz)


    I’d like to remove the post excerpts from the category/archive pages on pages like this

    I want the post title to show, and the featured image, but I don’t want the excerpt. Possible? In the options, the dropdown only give me the choice between “full post” and “excerpt.”

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    You can remove the excerpt with css like this:

    .postlist .col-md-7 .entry-content {
      display: none;
    }

    Just paste that in your custom css box in theme options > advanced settings. Is that what you were thinking?

    Hannah

    Thread Starter HideousZ

    (@hideousz)

    Perfect! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide post excerpts from Category/Archive pages’ is closed to new replies.