Classic Transparent Menu

I'm trying to get the Classic Menu partially transparent. I used the code below and it works for the sticky menu, but when you scroll to the top I get a weird gray color? Not sure what to target for CSS? Site is http://77.104.154.112/~renewste/

Thanks,
Doug

#Top_bar {
    background: rgba(255,255,255,0.9) !important;
}




Comments

Sign In or Register to comment.