Select Page

This took me forever to find! Hiding the excerpt should be an option within the Blog Module and not something I have to do with CSS or php. But regardless, here's the answer:

.et_pb_post .post-content {
display: none;
}

Courtesy of Michelle at DiviSoup.