Аt the moment, I have only managed to change the color of the box to red. But I don’t need the red box, I need the text color red.
Unfortunately, it is not possible to use the ccs color: red code, it does not work. It is not possible to apply it with the item identifier mega-menu-item-26074. Please help me use the code correctly. I’m asking you very much.
Hi tatyana1981,
You need to target the “a.mega-menu-link” element if you want to change the text color. Maybe you can use a plugin like CSS Hero to help.
If you have trouble then this functionality is built directly into Max Mega Menu Pro:
https://www.megamenu.com/documentation/item-styling/
Regards,
Tom
Dear Tom! Thank you very much for your reply. With this code I changed the color of the links to red. But all the links changed, they are all red. But I need to make only one last element red. So that only one element is red font, the very last element, and the rest are white. Please help me fix this code. Thank you very much in advance!
#{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link {
color:red;
}
Hi,
You would need to do something like:
#{$wrap} #{$menu} > li#mega-menu-item-12345 > a.mega-menu-link {
color:red;
}
Regards,
Tom
Dear Tom!
Thank you very much for your help! I did it. Thank you very much! I wish you health and prosperity!