I don’t like the double title appearance in my blog post. How do I remove this? And is there any way to remove the title without entering the CSS panel?
see attachment - a screenshot from my site.
Pro User 
I don’t like the double title appearance in my blog post. How do I remove this? And is there any way to remove the title without entering the CSS panel?
see attachment - a screenshot from my site.
Pro User 
Hi Holly,
Thank you for reaching out to us. Removing the main title of the posts requires custom CSS, please add the following code in the Theme Options > CSS:
.single-post .entry-header {
display: none;
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
Thank you Nabeel. That worked perfectly. Thank you SO much 
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.