Post Titles Not Showing Up

Hello Colorlib! First of all, I want to thank you for creating this awesome theme!

So, here’s my issue. When I inserted the custom CSS to remove the page titles, as suggested by a previous post here on the help forums, it worked like a charm, ie:

/*Remove title*/ .entry-header { display: none; }

However, it also made my post titles invisible as well, I know this, because when I remove the CSS, the post titles appear - but so too does those awful page names

I’ve searched the forums for a fix, but nothing seems to speak to my exact issue, can you assist?

https://wpdesign.rachelledev.co

(Please ignore the security issue, its there only because I haven’t installed an SSL or an SSL plug in yet…)

Hey there,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove title home page only*/
/*Remove title*/
.home .entry-header {
display: none;
}

Best regards,
Support.