Removing white background from White Rock theme navigation

The theme has a white glow/shadow coded in so that dark text shows on a busy background. However, I’d like to remove that white glow, but can not find it in the code. Can anyone point it to me in the css? Thank you for any feedback.

post the link to their demo

Thank you for the reply. The demo is here: http://themeforest.net/item/white-rock-restaurant-winery-theme/full_screen_preview/3317744

It’s more obvious here…the white hazy area just below the top navigation menu:

http://iepublish.com/test/

style.css line 334 - it’s a background image gradient

header {
  z-index: 15;
  height: 170px;
  position: absolute;
  top: 0px;
  width: 100%;
  background: url(images/header.png) top left repeat-x;

Probably the type of thing you’d want to direct to theme support rather than in the general forum here :smile:

Thank you for the code tip! I’ll use the correct forum area next time.