Please check out the menu I have on test.yourfilternow.com. Under “shop by product” or “shop by brand” there is a black line (sort of looks like a dash) above each column in those menus. How do I get rid of that?
Thanks!
Hey imagemakerswi!
use this code in Quick CSS field:
span.mega_menu_title.heading-color.av-special-font {
display: none !important;
}
Cheers!
Andy
exactly what I was looking for – thank you!!