Hi there,
I have a question about the full item menu.
I need to have a fully colored menu.
I have added the following code
I also need to unset the background color of the menu item.
you can visit the site at
private.svanto.net/index.php/en/
.ux-menu-container .ux-menu LI
{
height: 25px;
background-image: none !important;
padding-left: 0;
border-radius: 0px;
}
.ux-menu-container .ux-menu a:hover,
.ux-menu-container .ux-menu a:focus,
.ux-menu-container .ux-menu a.ux-menu-link-hover
{
background: #333333 none;
}
Sincere regards,
Sven