How do I change the background color of the main menu?
Hi,
Try to add the following custom css code:
.t3-mainnav .t3-navbar { background: linear-gradient(#294e7c,#234269); }
change the gradient colors, or use only background: #your_hex_color_value; to add solid (one color) background.
Cheers Joshua