Viewing 1 replies (of 1 total)
  • On line 84 of your stylesheet you have:

    ul.menu {
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    }

    If you change it to the following the background image will show through:

    ul.menu {
    background: transparent;
    }
Viewing 1 replies (of 1 total)

The topic ‘Make main navigation bar transparent?’ is closed to new replies.