updated images and banner

This commit is contained in:
Gary 2025-05-14 16:34:23 +01:00
parent 79aaa7e4de
commit fff5653d46
4 changed files with 13 additions and 13 deletions

View File

@ -8231,7 +8231,7 @@ h1, h2, h3, h4, h5,
.hero-wrap.hero-wrap-2 { .hero-wrap.hero-wrap-2 {
height: 500px; } height: 500px; }
.hero-wrap.hero-wrap-2 .overlay { .hero-wrap.hero-wrap-2 .overlay {
opacity: 0; } opacity: 0.5; }
.hero-wrap.hero-wrap-2 .slider-text { .hero-wrap.hero-wrap-2 .slider-text {
height: 500px; } height: 500px; }
.hero-wrap.hero-wrap-2 .slider-text h1 { .hero-wrap.hero-wrap-2 .slider-text h1 {
@ -9843,7 +9843,7 @@ textarea.form-control {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0, 0, 0, 0.5); 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 { .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

View File

@ -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="hero-wrap hero-wrap-2" style="background-image: url('images/<?= $Page ?>.jpg');" data-stellar-background-ratio="0.5">
<div class="overlay"></div> <div class="overlay"></div>
<div class="container"> <div class="container">
<div class="row no-gutters slider-text align-items-end"> <div class="row no-gutters slider-text align-items-end">
<div class="col-md-9 ftco-animate pb-5"> <div class="col-md-9 ftco-animate pb-5">
<h1 class="mb-0 bread"><?=$PageTitle?></h1> <h1 class="mb-0 bread blue-text"><?= $PageTitle ?></h1>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</section> </section>