Hi , Please help.
I already add background on menu bar but can change only solid color for hover state.
I want to apply the same jpg background to both hover and active state , please help. How to do that? (url below)
Thank you very much.
Hey!
Try adding this code to the Quick CSS:
#top #header .av-main-nav > li:hover > a{
background: url(_img_) no-repeat top center transparent;
}
Cheers!
Josue