Hi There,
I am doing it on a locahost and I can't show the exact problem, so I printscreen it. I am trying to make the background transparent and border-less horizontal menu but there is 1 line left below the menu.
I am using the code are as per below
.ux-menu LI A.ux-menu-link-level-0
{
background: transparent none;
border-style: none;!important;
}
.ux-menu-sub LI A
{
background: transparent none;
border-style: none !important;
}
.ux-menu LI A.ux-menu-link-level-1
{
background: transparent none;
border-style: none;
}
It works great but there are one disturbing 1 line under the menu as per shown on my attached image.