Title: Post Title Missing
Last modified: February 10, 2022

---

# Post Title Missing

 *  [watercolourmarks](https://wordpress.org/support/users/watercolourmarks/)
 * (@watercolourmarks)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/post-title-missing-3/)
 * On the front/home page of my website, you can see the featured image along with
   the title for each post. However, when I click on a category like ‘lifestyle’,
   for example (that’s the link to the page I put down), you can only see the images
   and not the titles. Is there a way of fixing the settings so that the other page
   can also see the title like my front/home page?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpost-title-missing-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/post-title-missing-3/#post-15352035)
 * Hi [@watercolourmarks](https://wordpress.org/support/users/watercolourmarks/),
 * Thanks for getting in touch!
 * The category pages display the title and information when you hover over the 
   thumbnails, similar to the demo here:
    [https://demo.lyrathemes.com/cressida/category/fashion/](https://demo.lyrathemes.com/cressida/category/fashion/)
 * If you’d rather have them displayed over the images all the time, there may not
   be much visibility for the images, but we can help out with a bit of CSS for 
   that, just let us know. 🙂
 * Thanks again!
 *  Thread Starter [watercolourmarks](https://wordpress.org/support/users/watercolourmarks/)
 * (@watercolourmarks)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/post-title-missing-3/#post-15366634)
 * Hi Steven,
 *  Would it be possible just to have the post title alone on the images all times?
   Right now, when I hover over the image, I can see the title, when it was last
   updated, and a snippet of the content. If it’s the title alone on all the images,
   it will barely cover the featured image.
 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/post-title-missing-3/#post-15370490)
 * Sure thing, @watercolourmarks- this CSS should do exactly that:
 *     ```
       .section-feed-category .entry-vertical-content {
           display: block;
       }
       .section-feed-category .entry-vertical-content .entry-title {
           margin-bottom: 0;
       }
       .section-feed-category .entry-vertical-content .entry-summary {
           display: none;
       }
       ```
   
 * Let us know if you need anything else!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post Title Missing’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cressida/1.2/screenshot.jpg)
 * Cressida
 * [Support Threads](https://wordpress.org/support/theme/cressida/)
 * [Active Topics](https://wordpress.org/support/theme/cressida/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cressida/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cressida/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/post-title-missing-3/#post-15370490)
 * Status: not resolved