Missing post titles

Hi Support,

Having a little trouble with the Shapely theme.

  1. On this page the posts do not show a title
  2. Also same page a large title Blog, can this be removed?
    The latest news from - Plunge Pictures

Appreciate if someone has some advice I am quite new to wordpress.

Kind Regards,

James

Hi James,

I hope you are well today and thank you for your question.

You can display the post titles on the blog page and remove the Blog title by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.blog .post-title.entry-title {
    display: block;
}
body.blog section.page-title-section {
    display: none;
}

Best Regards,
Movin

Nice work Movin! Worked like a charm.

You are most welcome here :slight_smile:

Hi Movin
Perhaps you can also help me out. I have been able to remove the double headings on my pages by using

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

The trouble is that I still get the double headings for my posts only - see attached screenshot.

@jdnel To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.