Topic: navbar transparent over slider

Nino Kiri free asked 5 years ago


I want to make a transparent and fixed navbar over a carousel.

The navbar border is displayed though i want to remove it.

enter image description here

Here is the code :

<header>
    <div class="navbar navbar-expand-lg" style=" background-color: transparent !important;">
        <div class="container-fluid">
            <a class="navbar-brand" href="https://bootsnipp.com/snippets/40NOn">
                <img alt="logo" src="img/logo-test.jpg" class="rounded-circle" style="width: 50px">
            </a>

            <div class="collapse navbar-collapse" id="navbarResponsive">
                <ul class="navbar-nav ml-auto" style="font-size: 24px;">
                    <li class="nav-item"><a href="#" class="nav-link text-light">Why us</a></li>                                    
                    <li class="nav-item ml-3"><a href="#" class="nav-link text-light">FAQ</a></li>
                    <li class="nav-item ml-3"><a href="#" class="nav-link text-light">About us</a></li>
                    <li class="nav-item"><a href="#" class="nav-link text-light">Contact us</a></li>
                </ul>
            </div>
        </div>
    </div>

</header>
<section>
    <!--Carousel Wrapper-->
    <div id="carousel-example-1z" class="carousel slide carousel-fade" data-ride="carousel">

and you can visit the sample page here


Marta Wierzbicka staff answered 5 years ago


Hi,

I can't open your sample page. Please, create a snippet showing the problem here: https://mdbootstrap.com/snippets/. I'll try to help you.

Best, Marta



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: computer
  • Browser: chrome
  • OS: windows 10
  • Provided sample code: No
  • Provided link: Yes
Tags