Files
medicalalert-web-reloaded/wp/wp-content/themes/medicalalert/tpl/h5_heading.tpl
2025-01-15 13:07:49 -08:00

11 lines
477 B
Smarty

<!-- Heading BEGIN -->
<section {{#if section_anchor_id}}id="{{section_anchor_id}}" {{/if}} class="h5-heading-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}} {{heading_color}}">
<div class="container">
<div class="row">
<div class="col text-{{alignment}}">
<h5 class="{{heading_style}}">{{text}}</h5>
</div>
</div>
</div>
</section>
<!-- Heading END -->