Activity

  • Anve S. replied to the question No 'Log Out' option in mobile profile menu in the forum OneSocial theme 8 years ago

    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