Header in a Post

Hi, I want to use the same header as my internal pages for posts, how do I turn on the header for posts? Thank you.
HappySoulHungryMind.com

Hi Ravi,

Thank you for reaching out to us. I checked your setup and the header code you’re using for pages is not being applied to the bog or blog posts, to have the same header as your internal pages for posts, please add the following code as well in the Theme Options > CSS:

.single .x-topbar,
.blog .x-topbar {
    background: url(https://happysoulhungrymind.com/HWP/wp-content/uploads/2019/11/HappySoulHungryMind_InsidePageBanner_1800px_Book_Ravi_3.jpg) no-repeat;
    background-position: center center;
    background-color: rgb(230,105,16);
    border-bottom: 0;
    border-left: 0;
    background-size: 100%;
    height: 240px;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Thank you so much, I was able to implement the headers for the post.

You are most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.