Quote Originally Posted by prograde1000 View Post
I am having the same trouble of a double navigation bar. Ver 1.50, with a Bask Black template. My site is http://progradecabinets.com/ . I tried adding the display:none; to #navMainWrapper in my stylesheet.css file as suggested, but it made no difference. Any other suggestions? Thanks.

try locating this in your templates stylesheet and just add the red part and save

#header_bar{
display: none;
background: url("../images/nav_center.gif") repeat-x;
height: 46px;
line-height: 4em;
width: 100%;
}

hope that helps