
Originally Posted by
abazou
also the blue strip on the top of the page
any idea how i cane remove that or change the color?
http://kryptonitetoys.com/zencart/
sorry for all the questions and thnx for ur help
Change this in the stylesheet.css file:
Code:
#navMainWrapper {
background-color: #73CEE1;
color: #444444;
font-weight: normal;
height: 1%;
margin: 10px 0 0;
width: 100%;
}
to:
Code:
#navMainWrapper {
background: transparent;
color: #444444;
font-weight: normal;
height: 1%;
margin: 10px 0 0;
width: 100%;
}
Thanks,
Anne