If you want to modify the background color of the horizontal menu, you have to edit the file template.css
Folder: templates > ja_purity_ii > css > template.css
#ja-mainnav {
background: url(../images/grad1-mask.png) repeat-x top #444;
border-top: 1px solid #666;
line-height: 1;
position: relative;
z-index: 9;
}
For example, if you want a red background, we will modify like this :
#ja-mainnav {
background: url(../images/grad1-mask.png) repeat-x top #900;
border-top: 1px solid #666;
line-height: 1;
position: relative;
z-index: 9;
}

















