Henning wrote:
you can add this to your css to get an idea for the menu
#rt-header .menu-block ul.gf-menu > li > a.item {
color: #c00000;
background-color: #0000bf;
}
#rt-header ul.gf-menu.l1 {
background-color: #1313be;
}
#rt-header .menu-block ul.gf-menu > li.active > a.item,
#rt-header .menu-block ul.gf-menu > li:hover > a.item {
color: #fffffe;
background-color: #c00000;
}
Hi, thank you for the response/ Do i have to put this in the rt_afterburner2-custom.css file?