diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html
index 6cd7ef4466..702a018765 100644
--- a/phpBB/styles/prosilver/template/navbar_header.html
+++ b/phpBB/styles/prosilver/template/navbar_header.html
@@ -167,7 +167,7 @@
{% if S_DISPLAY_PM %}
- {{ Icon('font', 'inbox', lang('PRIVATE_MESSAGES'), false) }} {PRIVATE_MESSAGE_COUNT}
+ {{ Icon('font', 'inbox', lang('PRIVATE_MESSAGES'), true) }} {PRIVATE_MESSAGE_COUNT}
{% endif %}
@@ -175,7 +175,7 @@
{% if S_NOTIFICATIONS_DISPLAY %}
- {{ Icon('font', 'bell', lang('NOTIFICATIONS'), false) }}{NOTIFICATIONS_COUNT}
+ {{ Icon('font', 'bell', lang('NOTIFICATIONS'), true) }}{NOTIFICATIONS_COUNT}
{% include 'notification_dropdown.html' %}