Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #923071

    In the sub_menu (top) I want to change the color of one menu item.

    I tried this code in the Quick CSS but it’s not working.

    #menu-item-3038 > a > .avia2-menu {
    color: #50ae2f !important;
    }

    I would be very grateful for some help.

    Regards
    Jo

    #923554

    Hey Jo,

    Please try this instead:

    #menu-item-3038 .avia-menu-text {
      color: #50ae2f !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.