• Resolved Jakeeck

    (@jakeeck)


    I want to make my main navigation bar transparent so I can see the image behind it and just the white text shows on the picture so you can see the rest of the blue sky..

    here’s my site: http://bucketbreaks.com/

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.