Hide all buttons except the profile button

Home Forums Legacy Support Support queries Styling issues Hide all buttons except the profile button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #334514
    abccollege
    Spectator
    I want to get rid of the bell button and the button with four lines, leaving only the profile button
    #334559
    Ada
    Participant
    Hi Please use this code to hide these elements. Add it in appearance >> customize >> custom css
    
    #vibebp_member .profile_grid .end_block .notifications {
        display:none !important; 
    }
    #vibebp_member .profile_grid .end_block span.login_extras{
        display:none !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide all buttons except the profile button’ is closed to new replies.