Hello I am using a module mainmenu on position left1, the suffix _menu.
My menu is configured as a legacy-vertical, I need to change the color of the parent items for red or bold font. where I can do this in css?
Thanks in advance
#gk-left a.mainlevel {
color:#535300 !important; // here set your own color value
font-weight:bold;
}