diff --git a/files/templates/comments.html b/files/templates/comments.html
index 771e254d9..6ea8d1e93 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -175,7 +175,6 @@
{% if c.ghost %}
👻
{% else %}
-
{% if c.author.verified %}
{% endif %}
{% if not c.author %}
@@ -190,7 +189,9 @@
data-micromodal-trigger="modal-1"
onclick='fillnote( {{c.author.json_notes(v) | tojson}}, null, {{c.id}} )'>U
{% endif %}
- {% if c.author.customtitle %} {{c.author.customtitle | safe}}{% endif %}
+ {% if c.author.customtitle and not should_hide_username -%}
+ {{c.author.customtitle | safe}}
+ {%- endif %}
{% endif %}
{% for a in c.awards|reverse %}