_layouts/feature.html in appscms-tools-theme-3.5.4 vs _layouts/feature.html in appscms-tools-theme-3.5.5
- old
+ new
@@ -158,11 +158,10 @@
<div>
<img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
<div class="feature-card-title">
{%- if totalHeaderCount > site.count_of_words_in_headings -%}
- {%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word
- | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
+ <h2 class="feature_heading" style="font-size: 16px; font-weight: 900;">{{data.header | replace: "$variable", page.value}}</h2>
{%- else -%}
{{data.header | replace: "$variable", page.value}}
{%- endif -%}
</div>
<div class="feature-card-desc">
\ No newline at end of file