Skip to content

Commit bf7bac3

Browse files
authored
Fix option section segment bg and color text
1 parent bf689b4 commit bf7bac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/templates/segments/segment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2 class="head-title">{{segment.value.name}}</h2>
9898
{% endif %}
9999
{% if segment.value.position == "full" %}
100100
{% image segment.value.image fill-1920x1080-c10 format-webp preserve-svg as tmp_logo_segment %}
101-
<section id="{{block.slug}}">
101+
<section id="{{block.slug}}" style="background: {{block.background_section}}; color: {{block.color_text_section}}">
102102
<div class="hero-area-section hero-area-bg" style='background: url("{{ tmp_logo_segment.url }}") no-repeat; background-size: cover;
103103
background-position-y: top;
104104
background-position-x: center;'>

0 commit comments

Comments
 (0)