Comments jamescow1 started the conversationOctober 25, 2022 at 1:28pmIs there any way or code for hiding bell and tour icons? i don't need them for now on my interface.[deleted] repliedOctober 27, 2022 at 1:00pmPlease 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; }1 Likejamescow1 repliedNovember 2, 2022 at 1:06pmMany thanks. It worked fine. Sign in to reply ...
Is there any way or code for hiding bell and tour icons? i don't need them for now on my interface.
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;
}
Many thanks. It worked fine.