Hello,
can i style different links on megamenu with "Additional class"? How it works?
Holger
.gk-megamenu .YOUR_CLASS .childcontent-inner-wrap{
border:3px solid #000;
}
.gk-megamenu ul.level1 li.mega a.mega { background:#484848 url('../images/style1/submenu_bg.png') no-repeat 0 top }
.gk-megamenu .YOUR_CLASS .ul.level1 li.mega a.mega { background:#484848 url('../images/style1/submenu_bg_RED.png') no-repeat 0 top }
.gk-megamenu .YOUR_CLASS .ul.level1 li.mega a.mega:hover { background:#484848 url('../images/style1/submenu_bg_RED.png') no-repeat 0 top!important; }
.gk-megamenu .YOUR_CLASS ul.level1 li.mega a.mega{border:0; color:#3b3b3b; font-weight:bold; display:block; height:25px; line-height:25px; padding:0 7px; font-size:65%; text-transform:uppercase; margin:5px 0 0 0; background:#484848 url('../images/style1/submenu_bg_RED.png') no-repeat 0 top}
.gk-megamenu .YOUR_CLASS ul.level1 li.mega a.mega:hover{background-position:right bottom; color:#fff}
.gk-megamenu>ul.level0>li:hover,
.gk-megamenu>ul.level0>li.active,
.gk_menu>li:hover,
.gk_menu>li.active,
.gk_menu>ul>li:hover,
.gk_menu>ul>li.active { border-top:1px solid #3a5676; }
.gk-megamenu .YOUR_CLASS >ul.level0>li:hover,
.gk-megamenu>ul.level0>li.active,
.gk_menu>li:hover,
.gk_menu>li.active,
.gk_menu>ul>li:hover,
.gk_menu>ul>li.active { border-top:1px solid #ffffff; }
.gk-megamenu ul.megamenu.level0 li.mega.YOUR_CLASS.haschild-over.over{
border-top: 3px solid #4B8DA5;
padding-top: 5px;}
.gk-megamenu ul.megamenu.level0 li.mega.YOUR_CLASS.li.active{
border-top: 3px solid #4B8DA5;
padding-top: 5px;}
.gk-megamenu ul.megamenu.level0 li.mega.YOUR_CLASS.haschild.active{
border-top: 3px solid #4B8DA5;
padding-top: 5px;}
.gk-megamenu ul.megamenu.level0 li.mega.active.last.YOUR_CLASS{
border-top: 3px solid #4B8DA5;
padding-top: 5px;}
.gk-megamenu ul.megamenu.level0 li.mega.YOUR_CLASS.haschild.active{
border-top: 3px solid #4B8DA5;
padding-top: 5px;}