Post featured image vs. Post Title ... conundrum

Okay, so I’m using PRO to make post pages which I’m then using The Grid to feature on a separate page.
Each post is for an artist, band or other performer at a festival. The Grid displays all the acts. Their individual post includes audio, video or pics of the act.

In order to get ‘The Grid’ to display an image rather than the plain text post title, one has to set a featured image for the post. But in doing so that featured image then also appears at the top of the post alongside the post title. Often they say the same thing, where the featured image is the logo of the performer. It ends up looking pointlessly repetitive!

I’d like to have neither at the top of the post tbh and use the performer’s logo as part of the post. So,

  • Is there a way to turn off the post title from appearing on the post?

  • Is there also a way to turn off the featured image from appearing in the post (unless I deliberately place there using PRO), yet maintain it as the featured image in The Grid?

All potential solutions or examples very much appreciated!

Ah, so think I’ve worked out the second issue by setting no featured image for the post, but setting one instead in the grid settings for the post … Doh!
Still struggling to remove the post title though. It’s simple with a page, but a post?
TIA

Hi @Cosawes,

Thank you for reaching out to us. To remove the titles from the posts, try adding the following code in the Theme Options > CSS:

.single-post .entry-header {
    display: none;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.