We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf689b4 commit bf7bac3Copy full SHA for bf7bac3
home/templates/segments/segment.html
@@ -98,7 +98,7 @@ <h2 class="head-title">{{segment.value.name}}</h2>
98
{% endif %}
99
{% if segment.value.position == "full" %}
100
{% image segment.value.image fill-1920x1080-c10 format-webp preserve-svg as tmp_logo_segment %}
101
-<section id="{{block.slug}}">
+<section id="{{block.slug}}" style="background: {{block.background_section}}; color: {{block.color_text_section}}">
102
<div class="hero-area-section hero-area-bg" style='background: url("{{ tmp_logo_segment.url }}") no-repeat; background-size: cover;
103
background-position-y: top;
104
background-position-x: center;'>
0 commit comments