Double heading on posts

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.

Attachments:

Hi @jdnel,

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

Could you please try using the below CSS code?

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

Best Regards,
Movin

Hi Movin
Thanks for that. Unfortunately that removes both the headings and leaves me with nothing.

I have changed the shared code so please try using that updated code.

Perfect! That works 100% - Only one heading in the allocated area at the top now. Thanks for your patience!

You are most welcome here :slight_smile:

Hi Movin
I am trying to do the same fix after the update, but can’t seem to get it done. Please help

@jdnel This is old topic and the theme is changed a lot so to help us keep support thread separates could you please create new thread for your question now here https://colorlibsupport.com/c/shapely/ instead of asking them in your single 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.