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
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
Hi Helge,
Thanks for choosing Salient.
Please try this css:
.ui-selectmenu-button.ui-button {display: none !important;
}
Thanks.