Remove Extra Header on Blog Page

Hi!
Thanks for a great theme. I love the Travelify layout and ease of use.

On my blog post page (asamariabradley.com/blog/), there is an extra header bar in grey underneath my navigation pane that does not appear on any of my other pages. It has the word “blog” written on it. How can I remove this?

Thanks in advance for any and all help.

-Asa

Hi Asa,

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 -> Travelify Other Options

body.page-template-template-blog-full-content .page-title-wrap {
    display: none;
}

Best Regards,
Movin