Nav Bar Opacity
dberthia
Registered Users Posts: 117 Major grins
Is there some way to make the nav bar always opaque? As an example, please look at this page: North Shore. The top nav bar is black, but if you scroll the page, it becomes transparent. The photos bleed through the nav bar, and it's hard to make out the links in the bar. Am I missing an obvious setting?
0
Comments
This will add a transparent background. Play with the 0.3 transparency.
.sm-page-widget-nav-toplink {
background-color: rgba(0, 0, 0, 0.3);
}
I used this on my 404 page because of the background slideshow I added.
http://www.photosbyat.com/xxx
My Website index | My Blog