View file Uhost/UHOST_PACKAGE/WHMCS_THEME/uhost/includes/pageheader.tpl

File size: 786B
<section id="subheader" class="no-top no-bottom text-light" data-stellar-background-ratio=".2">

                <div class="overlay-gradient t70">
                    <div class="center-y relative text-center" data-scroll-speed="4">
                        <div class="container">
                            <div class="row">
                                <div class="col text-center">
								
									<h1>{$title}{if $desc} <small>{$desc}</small>{/if}</h1>
									{if $showbreadcrumb}{include file="$template/includes/breadcrumb.tpl"}{/if}
									
                                </div>
                                <div class="clearfix"></div>
                            </div>
                        </div>
                    </div>
                </div>

</section>