Totally remove user profile image

Re: Totally remove user profile image

by Anthony M -
Number of replies: 0
SOLVED! For those who might need this, the next is the code that finally worked...

1) For the profile photo...

.profileblock .welcome_userpicture {
display: none;
}

2) For the little notifications bell
.profileblock .popover-region-notifications {
display: none;
}