Is it possible to change the colour of the heading text in the sublevel menu. I have a (Mega Menu) window and would like each column (4 divisions) headers to be a different colour, and if possible the description text box below and menu wipe over for each column.
Ideally, is there a code I can add to each individual menu item, to change the colour of the text.
CSS Classes (optional) [______________]
Hi,
You can target the headers using the ID of each menu item, so the first header under Divisions would look like this:
#menu-item-11999 .mega_menu_title {
color: blue;
}
Best regards,
Rikard
Thanks, that worked a treat.
Hi rammandco,
Glad that Rikard could help you :)
Let us know if you need further assistance or if we can close this thread.
Best regards,
Nikko