[Resolved] Post Title Not Formatting

Home Forums Support [Resolved] Post Title Not Formatting

Home Forums Support Post Title Not Formatting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #637341
    Iebeling

    The title for posts on the blog page (masonry grid) is formatted as p, not H2. How do I get the post title to be shown as a title. The title is fine in the single post.

    #637381
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    The titles are using <h2>, but they’re hidden by this custom CSS:

    .entry-title {
        display: none;
    }

    If you remove that, you should see the titles again.

    #638607
    Iebeling

    Right, I did that! Trying to get rid of the title on all the pages except blog. Added some php code to get the title on the blog and not the pages.

    Thanks.

    #638823
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.