Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #262660
    jessicamorante
    Participant

    Hello, how can I remove the header image from my site’s pages. When I go to the customizer and click “disable” header it does not work for me.

    Thank you

    #262705
    Skandha
    Participant

    @jessicamorante: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.no-header-media-text) .custom-header::after {
        background-color: #fff !important;
    }
    .custom-header-content .entry-title,.breadcrumb a {
        color: #000 !important;
    }
    .custom-header .custom-header-content {
        padding-bottom: 0px !important;
        padding-top: 76px !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove header image throughout pages.’ is closed to new replies.