BuddyBoss Home – Web Support Forums Themes OneSocial theme No 'Log Out' option in mobile profile menu

Tagged: ,

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

    #69020
    @costyclan

    There is no log out option in mobile profile menu so I’ve had to add it to main titlebar menu. I’d prefer not to have this visible on Desktop but I need an option to logout on mobile?

    Answers

    #69099
    @anve

    Hi @costyclan,

    You can add following css to hide the LOGOUT option in desktop view . Place the css in child theme custom css file.

    
    @media screen and (min-width:481px){
    #masthead .menu-main-container .nav-menu .bp-logout-nav {
      display: none;
    }
    }
    

    Regards
    Anve

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this question.