diff --git a/core/modules/comment/templates/comment.html.twig b/core/modules/comment/templates/comment.html.twig
index 13d3b46..75604b9 100644
--- a/core/modules/comment/templates/comment.html.twig
+++ b/core/modules/comment/templates/comment.html.twig
@@ -87,7 +87,7 @@
 
   <footer>
     {{ user_picture }}
-    <p class="submitted">{{ submitted }}</p>
+    <p>{{ submitted }}</p>
 
     {#
       Indicate the semantic relationship between parent and child comments
@@ -95,7 +95,7 @@
       reader without this information.
     #}
     {% if parent %}
-      <p class="parent visually-hidden">{{ parent }}</p>
+      <p class="visually-hidden">{{ parent }}</p>
     {% endif %}
 
     {{ permalink }}
@@ -105,7 +105,7 @@
     {{ content|without('links') }}
 
     {% if signature %}
-      <div class="user-signature">
+      <div>
         {{ signature }}
       </div>
     {% endif %}
diff --git a/core/modules/comment/templates/field--comment.html.twig b/core/modules/comment/templates/field--comment.html.twig
index a1ec3dd..879f4d5 100644
--- a/core/modules/comment/templates/field--comment.html.twig
+++ b/core/modules/comment/templates/field--comment.html.twig
@@ -26,14 +26,6 @@
  * @see comment_preprocess_field()
  */
 #}
-{% set field_name_class = field_name|clean_class %}
-
-{%
-  set title_classes = [
-    'title',
-    label_display == 'visually_hidden' ? 'visually-hidden',
-  ]
-%}
 <section{{ attributes }}>
   {% if comments and not label_hidden %}
     {{ title_prefix }}
