updated images and banner
This commit is contained in:
parent
79aaa7e4de
commit
fff5653d46
@ -8231,7 +8231,7 @@ h1, h2, h3, h4, h5,
|
||||
.hero-wrap.hero-wrap-2 {
|
||||
height: 500px; }
|
||||
.hero-wrap.hero-wrap-2 .overlay {
|
||||
opacity: 0; }
|
||||
opacity: 0.5; }
|
||||
.hero-wrap.hero-wrap-2 .slider-text {
|
||||
height: 500px; }
|
||||
.hero-wrap.hero-wrap-2 .slider-text h1 {
|
||||
@ -9843,7 +9843,7 @@ textarea.form-control {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
z-index: 2; /* Overlay should be above the slider-item's base */
|
||||
z-index: 0; /* Overlay should be above the slider-item's base */
|
||||
}
|
||||
|
||||
.banner-logo {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 250 KiB After Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 167 KiB |
@ -1,11 +1,11 @@
|
||||
<div class="hero-wrap hero-wrap-2" style="background-image: url('images/<?=$Page?>.jpg');" data-stellar-background-ratio="0.5">
|
||||
<div class="overlay"></div>
|
||||
<div class="container">
|
||||
<div class="row no-gutters slider-text align-items-end">
|
||||
<div class="col-md-9 ftco-animate pb-5">
|
||||
<h1 class="mb-0 bread"><?=$PageTitle?></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="hero-wrap hero-wrap-2" style="background-image: url('images/<?= $Page ?>.jpg');" data-stellar-background-ratio="0.5">
|
||||
<div class="overlay"></div>
|
||||
<div class="container">
|
||||
<div class="row no-gutters slider-text align-items-end">
|
||||
<div class="col-md-9 ftco-animate pb-5">
|
||||
<h1 class="mb-0 bread blue-text"><?= $PageTitle ?></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Reference in New Issue
Block a user