Quote:
Originally Posted by Katoona
Can I remove the "0 messages at top" of dropdown. I don't use the notifications for PM's and therefore it makes no sense that it always says: 0 messages at top.
Also - when clicking the link: "Show all notifications" - I am directed to My profile, but I can't see any notifications anywhere?
|
On additional.css add this:
Code:
.lnpmbit.livenotificationbit {
display: none !important;
}
Saludos.