Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

118
Views
Overlay Color caroussel

I have a problem with owl caroussel, i tried in many ways to remove the overlay but not working, i want to keep the original colors of picture, can someone help me to find a solution ?

I'm a beginner with use of caroussel. I can't find where i have to change this setting.

You can see the caroussel of my template.

    <section class="banner-section banner-one banner-one-page" id="home">

        <div class="banner-carousel owl-theme owl-carousel">
            <!-- Slide Item -->
            <div class="slide-item">
                <div class="image-layer" style="background-image: url(images/main-slider/2.jpg);"></div>

                <div class="auto-container">
                    <div class="content-box">
                        <div class="content">
                            <div class="inner text-center">
                                <div class="sub-title">welcome to Linoor agency</div>
                                <h1>Discover <br> <span>new linoor agency</span></h1>
                                <div class="link-box">
                                    <a class="theme-btn btn-style-one" href="about.html">
                                        <i class="btn-curve"></i>
                                        <span class="btn-title">Discover More</span>
                                    </a>
                                    <div class="vid-link">
                                        <a href="https://www.youtube.com/watch?v=Get7rqXYrbQ"
                                            class="lightbox-image">
                                            <div class="icon"><span class="flaticon-play-button-1"></span><i
                                                    class="ripple"></i></div>
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div> 

Here you can see all files in JS,CSS folder : https://imgur.com/Rl0MbcJ

Here you can see the template : http://layerdrops.com/linoor/one-page.html

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Any carousel item has an before pseudo-element with this styles:

.banner-carousel .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    opacity: 0.6;
    z-index: 1;
}

if you add in your css file the style .banner-carousel .slide-item:before { display: none; }, you will remove the translucent black overlay.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!