Support » Theme: Myself » How can i remove header image from Myself theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themepalace

    (@themepalace)

    Hello @massmk25

    please add the following code in customizer-> additional css.
    #page-site-header .overlay {
    background: #152944;
    opacity: 1;
    }
    // note you can change to any hex color you prefer

    Thanks
    Theme Palace

    @themepalace Thanks for your revert on this. I am able to make changes to header image but i want to remove header image space completely from all pages. These code changes just remove image.

    Guide me how to remove header space also from all pages.

    Theme Author themepalace

    (@themepalace)

    Hello @massmk05

    Please use this css in additional css

    #page-site-header {
    display: none;
    }

    Thanks
    Theme Palace

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can i remove header image from Myself theme’ is closed to new replies.