Is it possible to remove the numbers on top of the menu name? I find them quite annoying and unnecessary.
nrpena Hi open template folder /css/custom.css file if file not exist kindly create it and add the code
.t3-megamenu > .navbar-nav > li > a:before {display:none!important}
Thank you very much.