• Resolved Stein7

    (@stein7)


    Hi

    I would like to hide the header image.

    I applied the following css spinet, but it does not work.
    .header-image {
    display:none!important;
    }

    How can I hide the hdear image?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to your site?

    Thread Starter Stein7

    (@stein7)

    Hi

    I resolved this issue by changing the header image with a (very) thin line.
    Thanks for your help and for great theme!

    Theme Author TT Themes

    (@tomastoman)

    Dear Stein7,

    I am glad that you were able to resolve your problem! You also can simply remove the header image by clicking on the button “Remove Header Image” in the “Appearance > Header” panel.

    If you would like to hide the header image using custom CSS, the following one should working:

    body .header-image {
     display: none !important;
    }

    Best regards,
    Tomas Toman

    Thread Starter Stein7

    (@stein7)

    Thank you very much.

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