• Hey,

    How can I make disappear the page title (blog) on my posts page? I tried to use the CSS as suggested in other posts, but none seem to work for my blog post.

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi Annabelle,

    Thank you for asking. ??

    You should be able to remove any page title using the CSS code. You just need to add the CSS code along with the class that represents the current page where you need to remove the code. This is the example code:

    .postid-35 .entry-title {
        display: none;
    }

    This code removes the title from the post with ID 35. In order to determine the ID of a post or page, read this quick guide here: https://worda.xyz/find-post-page-id-wordpress/

    If you need assistance with this, don’t hesitate to open up a support ticket here: https://www.lyrathemes.com/support/

Viewing 1 replies (of 1 total)
  • The topic ‘How to make disappear Blog title on the Blog page?’ is closed to new replies.