• How can I change the home page in such way that it uses the same header as all the other pages do?

    I don’t like the full size image of the home page, but don’t see how to make it the same as on the other pages; why is it so difficult to manage?

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello Marc Bijl,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .custom-header-media img {
        height: 192px !important;
        position: relative !important;
    }
    .custom-header {
        height: 192px !important;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Header image home page same as other pages’ is closed to new replies.