Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #493789

    Hey,

    I’m using the centered menu with (meanwhile) a fixed header.

    I already managed to hide the theme’s logo via CSS.

    .logo { display: none !important; }

    But I also needed to hide the whole upper bar. Only the small bar below featuring the main menu should be visible.

    Screenshot of the header-bar to be removed: http://postimg.org/image/w5x4s1abr/

    Screenshot of the desired header-result: http://postimg.org/image/fhkn30g9x/

    Guess this is only a short line in the Quick-CSS field, hope you could provide that…

    Regards,
    Michael

    #494204

    Hey micscr!

    Add this to your custom CSS.

    #header_main > .container {
        display: none;
    }

    Cheers!
    Elliott

    #494796

    Issue fixed now, thanks!

    Regards,
    Michael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide logo area header bar – menu only’ is closed to new replies.