June 27, 2020 at 5:52 am
#10033610
Keymaster
Hello,
Yes! Thanks!
Here’s two samples of code. The first section with just simple icon colored, and the second with rounded background:
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 p-0">
<section class="section section-text-light section-background section-center match-height border-top-0" style="background-image: url(img/custom-header-bg.jpg); min-height: 260px;">
<div class="container">
<div class="row">
<div class="col">
</div>
</div>
</div>
</section>
</div>
<div class="col-lg-6 p-0">
<section class="section section-default pl-4 pr-4 match-height border-top-0">
<div class="row h-100">
<div class="col d-flex align-items-center justify-content-center">
<a class="text-decoration-none lightbox" href="https://vimeo.com/45830194" data-plugin-options="{'type':'iframe'}">
<i class="fas fa-play text-10"></i>
</a>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 p-0">
<section class="section section-text-light section-background section-center match-height border-top-0" style="background-image: url(img/custom-header-bg.jpg); min-height: 260px;">
<div class="container">
<div class="row">
<div class="col">
</div>
</div>
</div>
</section>
</div>
<div class="col-lg-6 p-0">
<section class="section section-default pl-4 pr-4 match-height border-top-0">
<div class="row h-100">
<div class="col d-flex align-items-center justify-content-center">
<a class="text-decoration-none lightbox" href="https://vimeo.com/45830194" data-plugin-options="{'type':'iframe'}">
<i class="fas fa-play text-10 bg-primary text-color-light rounded-circle d-flex align-items-center justify-content-center" style="width: 100px; height: 100px;"></i>
</a>
</div>
</div>
</section>
</div>
</div>
</div>
We hope this helps!
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.