homepage and mini mobile systems
This commit is contained in:
11
wp/wp-content/themes/medicalalert/tpl/h3_heading.tpl
Normal file
11
wp/wp-content/themes/medicalalert/tpl/h3_heading.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- Heading BEGIN -->
|
||||
<section {{#if section_anchor_id}}id="{{section_anchor_id}}" {{/if}} class="h3-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}}">
|
||||
<h3 class="{{heading_color}}">{{text}}</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Heading END -->
|
||||
Reference in New Issue
Block a user