`.t3-megamenu .dropdown.mega.menu-cereales > a {
background-color: #f0f005 !important;
}
.t3-megamenu .dropdown.mega.menu-ensaladas > a {
background-color: #85de85 !important;
}
.t3-megamenu .dropdown.mega.menu-legumbres > a {
background-color: #e305e3!important;
}
.t3-megamenu .dropdown.mega.menu-mariscos > a {
background-color: #fab570 !important;
}
.t3-megamenu .dropdown.mega.menu-pasta > a {
background-color: #c2acc2 !important;
}
.t3-megamenu .dropdown.mega.menu-pescados > a {
background-color: #eb7907 !important;
}
.t3-megamenu .dropdown.mega.menu-salsas > a {
background-color: #f7c981 !important;
}
.t3-megamenu .dropdown.mega.menu-sopas > a {
background-color: #f09a13 !important;
}
.t3-megamenu .dropdown.mega.menu-verduras > a {
background-color: #02de02 !important;
}
I had to put code for each item, otherwise it doesn't work.
Would it be interesting to summarize all the codes in one?