Let's try a transparent header background setting for titles

This commit is contained in:
benjamin melançon 2018-12-11 13:06:38 -05:00
parent dd93a790af
commit 2afb27503d

View file

@ -89,7 +89,7 @@
{% set classes = classes|merge(['is-dark']) %} {% set classes = classes|merge(['is-dark']) %}
{% endif %} {% endif %}
{# Header hero region #} {# Header hero region #}
<section{{ attributes.addClass(classes) }}> <section{{ attributes.addClass(classes) }} data-headerbg="transparent">
<div class="hero-body"> <div class="hero-body">
<div class="container"> <div class="container">
<h1 class="title is-2">{{ label }}</h1> <h1 class="title is-2">{{ label }}</h1>