Im very sorry i should have been more specific. i meant that i would like to be able to change font styles (size, color ect)
i was able to make some changes to the level 2 submenu item text using custom css line
.sp-megamenu-parent .sp-mega-group > li > a {color: black; font-size: 14pt; font-weight: bold}
but im not sure how to change level 3 submenu items. i tried the line below but it didnt work
.sp-megamenu-parent .sp-mega-group > li > ul> il> a {color: black; font-size: 10pt; font-weight: bold}