My pages are showing up with some sort of gray title bar at the top, and it shows the page title twice (see attachment). How do I get rid of this?
Hi there
Hope you are having a good day and thank you for your question
In order to check your question i need to see your live website, please provide url and i will take a look.
Thank you! Here is a link to one of the pages - all of them have this bar at the top and the title listed twice.
hey there
Please add this CSSĀ in appearance - customize - additional CSS
.page h1.entry-title {
display: none;
}
Thanks!
Colorlib Support Team
Thank you! That got rid of it but now there is a huge gap of white space between the title and the text block. See example on this page: http://hptn091.wpengine.com/messaging/.
Good morning
Ok, please try it now:
.main-container > section.content-area {
padding-top: 20px;
}
.page-title-section {
height: 150px;
}
That will work, thank you!
Hi, there
I will close this case now, Feel free to contact us again if you have other questions
Thanks!