I am working on http://bryanwinward.com and the owner hopes to display his post titles (only), along with the “Continue Reading” button. However, as you see, each tile shows the wording of his posts, in addition to the title.
How do I remove the post preview from each tile?
I tried this CSS code and it didn’t work:
.post-main .post p {
display: none;
}
Looking forward to your help (what a great theme, by the way!)