• I’m using the “front page” feature and I’d like to have just a nav menu in my header (no logo), but for the interior pages I want to display the traditional logo/top nav menu. (I’d also like to more flexible control/placement for my top nav menu). Can you please direct me where in CSS or other files to achieve this? Thank you.
    https://staging14.purehoneytechnologies.com/staging14/

Viewing 1 replies (of 1 total)
  • All I can see at moment is a Header area with a blank Navbar Box.

    To localize CSS to the home page, you’d add .home at the front of selectors.

    To remove Navbar Box use:
    .home .navbar .navbar-inner {display: none;}

    To remove Header use:
    .home .tc-header {display: none;}

Viewing 1 replies (of 1 total)
  • The topic ‘suppress logo header on front page (but not interior pages)’ is closed to new replies.