<em>@obinna79 309306 wrote:</em><blockquote>hello,
how do i change the background on the drop down from blue to green?</blockquote>
Hi,
– You find this code from templatesja_edenitecssmenumega.css
.ja-megamenu .childcontent-inner {
background: #5192C3 url(../../images/grad2.gif) 0 100% repeat-x; < change this line
border: 1px solid #2b6484;
}
<blockquote>
and the mouse over from blue to green?</blockquote>
– You find this code from templatesja_edenitecssmenumega.css
.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over{
background: #2B6484 url(../../images/grad2-1.gif) 0 0 repeat-x; < change this line
color: #fff;
}