Okay
  Public Ticket #3153403
How to hide bell and tour icons
Closed

Comments

  • jamescow1 started the conversation

    Is there any way or code for hiding bell and tour icons? i don't need them for now on my interface.

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .vibebp_myprofile .profile_grid .profile_grid_header .end_block > *:not(.user){
        display:none;    
    }


  • jamescow1 replied

    Many thanks. It worked fine.