BuddyBoss Home – Web Support Forums Themes Boss. theme No Buddypanel Issue

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

    #68312
    @gregcatmull

    Hi,

    when i choose template ‘No Buddypanel’ although this works, on mobile layout, the title bar still shows the 3 horizontal lines. Obviously when you click on this no buddy panel menus are visible which is correct however is there a way to remove the buddypanel menu ‘button’?

    I only need to hide this on my home page.

    if you could provide me with some css code that would be great.

    thanks
    Greg

    Answers

    #68357
    @anve

    Hi @gregcatmull,

    Please try applying the following css in child theme custom css option.

    
    .home-page #mobile-header #custom-nav {
      display: none;
    }
    

    Regards
    Anve

    #68417
    @gregcatmull

    Thanks this worked!

    #68418
    @vapvarun

    Great, I will close this thread.
    Feel free to create new for any further questions.
    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘No Buddypanel Issue’ is closed to new replies.