Hi, Please check out my site here: http://creativedev2.co.za/CreativeDesigns/
I need help with the mega menu..
I am trying to get the menu to display such as the menu on the Motif template.
I’ve used Firefox as much as possible to make the changes, but alas, it’s still not working 🙁
This is the code i’ve changed:
.ja-megamenu ul.level0 li.mega a.mega {
/* border-right: 1px solid #1b212a*/
color: #FFFFFF
padding: 15px 20px;
font-weight: bold;
text-transform: uppercase;
background-color: #B4C228
border-radius: 0 0 0 0;
border-top-color: #FFFFFF
}
.ja-megamenu a.over {
background: #B4C228
color: #0C4A63 !important;
}
.ja-megamenu ul.level0 li.active > a {
background: url(../../images/mainnav-active-bg.gif) repeat-x left top;
color: #0C4A63 !important;
padding: 15px 36px 16px;
position:relative;
z-index:2147483647;
}
Please can you tell me what changes I need to make in order to get the menu the same as the Motif template..