I have mega-menu and the numbers are appearing above two of the menu items.
Why is it only appearing above 2 of them?
How do I remove the numbers?
I added the following to a custom.css file but they still display.
.t3-megamenu > .navbar-nav > li:nth-child(1) > a:before {
content: “”;
}
.t3-megamenu > .navbar-nav > li:nth-child(2) > a:before {
content: “”;
}
.t3-megamenu > .navbar-nav > li:nth-child(3) > a:before {
content: “”;
}
.t3-megamenu > .navbar-nav > li:nth-child(4) > a:before {
content: “”;
}
.t3-megamenu > .navbar-nav > li:nth-child(5) > a:before {
content: “”;
}
Thanks for your help on this!
Paul.