Tagged: remove post preview
- This topic has 9 replies, 4 voices, and was last updated 3 weeks ago by
Theme Horse Support Team.
-
AuthorPosts
-
December 19, 2017 at 6:42 pm #54496
ericdrichards
ParticipantHi,
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!)
Eric
December 22, 2017 at 5:42 am #54521Theme Horse Support Team
KeymasterHi Eric,
Please use below custom css code to remove the post content
.blog post-featured-content .entry-content p { display: none; }
Thank you!
December 22, 2017 at 5:55 am #54523ericdrichards
ParticipantI copied this: .blog post-featured-content .entry-content p {
display: none;
}And got no reults (see http://bryanwinward.com/)
Help?
December 22, 2017 at 6:44 am #54529Theme Horse Support Team
KeymasterHello Eric,
Sorry! missed something please use below one.
.blog .post-featured-content .entry-content p:first-child { display: none; }
Thank you!
December 22, 2017 at 2:39 pm #54536ericdrichards
ParticipantThat worked. THANK YOU!!!!!!!!! Much appreciation for great support.
December 23, 2017 at 4:47 pm #54560Theme Horse Support Team
KeymasterWelcome anytime @ericdrichards
February 22, 2021 at 12:27 pm #86501thomasmayth
ParticipantI have the same issue and this solution doesn’t work for me now. Please help.
February 23, 2021 at 1:13 pm #86524Theme Horse Support Team
KeymasterApril 25, 2022 at 5:15 am #98907annieclover24
BlockedThankyou so much for your help. It works!
April 26, 2022 at 8:11 am #98947Theme Horse Support Team
KeymasterWelcome anytime @annieclover24
-
AuthorPosts
- You must be logged in to reply to this topic.