• Hello,
    I have a blog page within my website (it appears on the homepage menu). However, when I go t the blog page, the header is inherent and I cannot change it at all. First, the height is way too high, and am not sure how to change it. I really would like the blog header to be the exact same as the homepage header. However, I cannot figure out how to change it.

    URL to Homepage:
    URL to blog page: /plaintiffsl-litigator-blog/

    Your help is appreciated!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    I think you are using a default blog template provided by the theme.
    You can create your own page called blog or something related, and display a grid of your posts on it.
    But I can also give you some code to change the page layout of your current blog, maybe it will solve your problem.
    Paste this in to custom CSS, is located on Appearance > Customize > Add CSS.

    .wrap-inner-banner .page-header{
        margin-top:35px;
        margin-bottom: 50px;
    }
    
    .breadcrumb-wrap {
        display: none;
    }
    
    section#main-content {
        margin-top: -35px;
    }

    Let me know if it solves your issue.
    Regards!!

    Thread Starter jladkins0824

    (@jladkins0824)

    No it did not work. I played around with the px sizing but it did not do anything to the header box. I am using a default blog template because I am not experience enough to create a blog page from scratch. Is there any way to override the theme’s blog header to my Primary Menu Header I use on my Homepage?

    I insist, the best solution is to create a separate page for blog posts. This video explains in a very easy way how to do it. After that you can add it to your menu.
    Any doubt I’m here to help!

    Thread Starter jladkins0824

    (@jladkins0824)

    Thank you. I will give that a try.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog Header Cannot Modify’ is closed to new replies.