• Resolved TatyanaTatyana

    (@tatyana1981)


    Good day, dear friends. I have some difficulties, could you help me? I need to set the red font in the last menu item “novinki”. Unfortunately, I can’t handle it. I understand that I need to write the code in “Custom design”, but my code is not suitable for this. Please help me solve this issue, I beg you.

    https://disk.yandex.ru/i/SqyDGO3bbyCV1w

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter TatyanaTatyana

    (@tatyana1981)

    А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.

    Plugin Support megatom

    (@megatom)

    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

    Thread Starter TatyanaTatyana

    (@tatyana1981)

    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;
    }

    Plugin Support megatom

    (@megatom)

    Hi,

    You would need to do something like:

    #{$wrap} #{$menu} > li#mega-menu-item-12345 > a.mega-menu-link {
    color:red;
    }

    Regards,
    Tom

    Thread Starter TatyanaTatyana

    (@tatyana1981)

    Dear Tom!

    Thank you very much for your help! I did it. Thank you very much! I wish you health and prosperity!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘one menu color’ is closed to new replies.