diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index efe7b94f5d6e65c17ac16474c57dabcb21b7db1e..ff4f0468b5c88f1191e11f5bc3aae86d45a25081 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -74,13 +74,13 @@
                       <div class="SciPostPhysicsBanner">
                     	<h2 class="py-0">
                             <a class="pb-0" href="{% url 'journals:scipost_physics' %}">SciPost Physics</a>
-                            {% if issue %}
-                            <div class="banner-subtitle">Vol. {{ issue.in_volume.number }} issue {{ issue.number }} {{issue.period_as_string}}</div>
-                            {% endif %}
                         </h2>
                       </div>
                       {% if issue and publications %}
-                      <h4 class="card-text text-center">A selection of the current issue:</h4>
+                      <h4 class="card-text text-center">A selection from the current issue:</h4>
+                      {% if issue %}
+                      <div class="text-muted text-center">Vol. {{ issue.in_volume.number }} issue {{ issue.number }} {{issue.period_as_string}}</div>
+                      {% endif %}
 
                       <ul class="list-group list-group-flush">
                           {% for publication in publications %}