Okay
  Public Ticket #3336564
Drop Down Menu Broken
Closed

Comments

  • Helge Kondziela started the conversation

    Hello dear forum,

    I have the problem that in the contact form the dropdown menu for course selection is duplicated. I have no duplication clicked anywhere and also from the design the duplication is different. I have no idea how or where I can make this smart again. Glad about help

    Kind regards Helge

  •  1,882
    Judith replied

    Hi Helge,

    Thanks for choosing Salient.

    Please try this css:

    .ui-selectmenu-button.ui-button {
        display: none !important;
    }

    Thanks.