Site name slogan should not be hidden by default

Created on 29 August 2023, 10 months ago
Updated 19 September 2023, 9 months ago

In web/themes/contrib/bootstrap_sass/templates/block--system-branding-block.html.twig

You have the following markup:

{% if site_slogan %}
  <div class="ml-2 d-none d-inline-block align-top site-name-slogan">
    {{ site_slogan }}
  </div>
{% endif %}

So the utility class d-none ensures that the slogan is hidden, and to display the slogan requires a template override.

This is not the case with Barrio_bootstrap.

🐛 Bug report
Status

Fixed

Version

5.0

Component

Code

Created by

🇬🇧United Kingdom 2dareis2do

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024