Title paragraphs (should have own colors) set navbar to transparent
This commit is contained in:
parent
eeb27a33ce
commit
65f3f8fcdb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% block paragraph %}
|
{% block paragraph %}
|
||||||
<section{{ attributes.addClass(classes) }}>
|
<section{{ attributes.addClass(classes) }} data-headerbg="transparent">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if paragraph.field_style_titlebar.value == false %}
|
{% if paragraph.field_style_titlebar.value == false %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Loading…
Reference in a new issue