BuddyBoss Home – Web Support Forums Themes Boss. theme Hide sidemenu on home page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #65924
    @imbixx

    Hi everyone,

    I want to hide the sidemenu (menu in the top of page) only on the homepage.
    Can you help me please ?

    Thanks,
    Valentin

    Answers

    #65945
    @anve

    Hi @lmblxx,

    Try applying following css in child theme custom css.

    
    @media screen and (min-width:480px){
    .home #masthead {
      display: none;
    }
    .home #right-panel {
      margin-top: 0!important;
    }
    }
    

    Regards
    Anve

    #67000
    @imbixx

    Thx, its working ! =)

    #67003
    @anve

    Great 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Hide sidemenu on home page’ is closed to new replies.