Titles missing on latest posts block

QuestionsCategory: QuestionsTitles missing on latest posts block
LIsa Lizotte asked 1 year ago

The latest posts block will not display the post title. It does on my blog page but it won\’t display when using the block on the homepage. Any fixes for this that I\’m not aware of?
Appears on this page: https://habitsandhome.com/blog
Titles do not appear on homepage: https://habitsandhome.com

2 Answers
Jennifer Staff answered 1 year ago

When you are on the homepage, click on your blog block. Then in the block settings on the right will be a title tab, that is where you can turn on the titles. You can also adjust font size and styling in those settings.

LIsa Lizotte replied 1 year ago

When I click on the blog block, the only tab available for title is “Title size” which gives me the option for HTML tag, font size, line height and letter spacing. The titles are visible when I’m editing the homepage but aren’t visible on the published page.

Jennifer Staff answered 1 year ago

At some point this code was added to your site

.page .entry-title {
display: none;
}

That is what is keeping your titles from showing. It is possibly at Appearance > Customizer > Additional CSS. Once removed your titles will show. If this was added to hide page titles, that is now an option on each page, or you can set it sitewide in the customizer settings.

LIsa Lizotte replied 1 year ago

Perfect! That fixed it. Yes, I did add the code to remove page titles. Thank you so much!