Let's try a transparent header background setting for titles
This commit is contained in:
parent
dd93a790af
commit
2afb27503d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue