• URL: https://www.defense.education
    Theme: Happenstance theme 2.0.3

    I am trying to make all space and text above the navigation menu go away.

    If I delete the title ( which I don’t want to do I still have space. )
    I have tried custom css to remove space, but space still exists.
    I have tried head text removing css, but it removes button in nav menu.

    Basically everything above the main menu needs to be gone, with the menu and everything below unaffected.

    How can I achieve this without going deep into a css death pit.

    Thank you.

    – Cody

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

    (@tomastoman)

    Hi Cody,

    this custom CSS will do the trick:

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

    Best regards,
    Tomas Toman

    Thread Starter codyrauh

    (@codyrauh)

    Ya know saw that before, was thinking nope won’t work.
    However there is a Header/Footer Settings below outside of the customize
    website. That has three slots for custom css, worked like a charm.

    Thank you so very much. One more question can I get rid of the home icon button in the menu and just have “mission” page aligned to the left?

    Theme Author TT Themes

    (@tomastoman)

    You are welcome! This custom CSS allows you to hide the Home icon:

    #wrapper .link-home {display: none;}
    #nav {border-left: 1px solid #535353; float: left;}

    Best regards,
    Tomas Toman

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header text or Space Removal : Happenstance’ is closed to new replies.