Hi everyone,
I understand that you think it could be my mistake but, honestly, this would not explain why 2 of the 3 classes (which have the same structure) work and 1 does not.
For simplicity, I will explain what I did so you can correct me if necessary.
a) in the custom.css file I created the first rule
.mmfoniafacile .sp-dropdown-inner { background-color: #fcc200 !important; border: 2px solid #ffffff !important; left: 0px !important;}.
Then, I inserted the mmfoniafacile class into the "custom class" of the megamenu. And everything worked
b) I repeated the same thing for the other two rules
.mmavigafacile .sp-dropdown-inner { background-color: #03789E !important; border: 2px solid #ffffff !important;} and
.mmassistenz .sp-dropdown-inner { background-color: #40b1e2 !important; border: 2px solid #ffffff !important;}.
So, in fact, I did nothing more than a copy and paste of the same class structure, modifying, for each one, the background color. Nothing more.
But now, of the 3 rules, 2 work and 1 doesn't.
I don't understand where my mistake is.
Maybe it's better if I tell you what I want to achieve and you give me the correct css code?