• Resolved soulstrut

    (@soulstrut)


    Hello there. I really like your theme. I was wondering if You could help me with the header. Basically I want the header to have just the picture (my own), without search window and sliding home button. I was messing with the code, but couldn’t achieve what I was looking for. Thanks in advance.

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

    (@tomastoman)

    Hi,

    you can hide the header search form through “Theme Options > Header Settings > Display Search Form”. If you would like to hide the whole area above the menu box, please insert the following CSS code into “Theme Options > Other Settings > Custom CSS”:

    #wrapper .header-content {display: none;}

    Then, you can set your custom header image in “Appearance > Header” panel.

    To hide the home button within the menu bar, please use the following Custom CSS:

    #wrapper .link-home {display: none;}

    Or, use this CSS to hide the whole menu bar:

    #wrapper .menu-box {display: none;}

    I hope that my answer will be helpful for you.

    Best regards,
    Tomas Toman

    Thread Starter soulstrut

    (@soulstrut)

    Wow! It worked. Is there a way to make header image clickable (home button)? Thank you for you time!

    Theme Author TT Themes

    (@tomastoman)

    The easiest way how to achieve it is to set your header image as a “logo” in “Theme Options > Header Settings > Logo URL” (instead of setting it in “Appearance > Header”). If you set a header logo through Theme Options, it will automatically refer to your homepage.

    By default, there is a white padding around the logo image. To remove it (so the logo will be displayed in the same way as the header image – across the entire width of the page), please use the following Custom CSS:

    html #wrapper .header-content {padding: 0; width: 100%;}

    Also, if you have used it, please delete the following Custom CSS which I have posted above (otherwise the logo can’t be displayed):

    #wrapper .header-content {display: none;}

    Best regards,
    Tomas Toman

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