: Menu Bar Background Color : elemental1 December 03, 2012, 03:14:15 PM I see how to edit the color of the sections, but how do I change the color of the menu bar?
: Re: Menu Bar Background Color : mikenicoll December 03, 2012, 07:29:21 PM You would need to edit this image file on the FTP.
Template.CSS - Line 573 #s5_topmenubar { background: url("../images/Shape5_Appwonder_backgroundstatic.png") repeat scroll 0 0 transparent; box-shadow: 0 -60px 28px rgba(0, 0, 0, 0.2) inset; position: fixed; top: 0; width: 100%; z-index: 1; } The Menu Edge image is generated from here: Template.CSS - Line 645 .s5_topmenuedge { background: url("../images/Shape5_Appwonder_edge.png") repeat scroll 0 0 transparent; height: 10px; margin-top: -5px; position: absolute; width: 100%; } |