Prashant Tailor
Prashant Tailor

Reputation: 85

Hamburger icon is not visible on my homepage

I am trying to get a visible hamburger icon appear on a homepage's navbar. So far it is transparent. The code is below:

<nav class="navbar navbarcolor navbar-faded">


Home Page 1

  • Page 1-1
  • Page 1-2
  • Page 1-3
  • Page 2
  • Page 3
  • Sign Up
  • Login
  • Any suggestions will be appreciated.

    Upvotes: 0

    Views: 62

    Answers (1)

    Mukesh Verma
    Mukesh Verma

    Reputation: 534

    Add following to your css

    .icon-bar {
      background-color: black;
    }
    

    Upvotes: 1

    Related Questions