Been a while making websites, first time here, how would i go about changing the menu background to an image instead of the gradient?
ooBLANKAoo Hi open template folder/css/custom.css and add this code
.t3-mainnav .t3-navbar{background-image: url(/images/joomlart/masthead/masthead-1.jpg);}
change the image path with your image path.
Regards
thanks, i will try that 🙂