• 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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @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/

    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

    (@watercolourmarks)

    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.

    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.