Menu - blending mod

Hi, I’m trying to use blending mode on the text of my menu but without any results. I’d like it to change to “difference” when it hovers over any widget but the text remains the same color. I’ve inserted this code with the text’s ID in the CSS tab:

[data-id=“650c621f75667f0053365076”] {
mix-blend-mode: difference;
}

Could you help me?

Hi, Sol. Try to add !important after mix-blend-mode: difference;

[data-id=“650c621f75667f0053365076”] {
mix-blend-mode: difference !important;
}