Okay
  Public Ticket #1888551
Change dropdown functions
Closed

Comments

  • DariaAlbufeira started the conversation

    Hello,

    I want to remove search functionality (when open) from chosen dropdown. How can I make this?

    Thank you,

    Daria.

  •  8,996
    Tahir replied

    Hey D,

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Best


    ThemeNectar Support Team 

  •   DariaAlbufeira replied privately
  •  8,996
    Tahir replied

    Hey Again,

    Seems like you removed it : http://prntscr.com/mj5jzr . 

    Best


    ThemeNectar Support Team 

  • DariaAlbufeira replied

    Hello,

    My mistake to explain bad. I want to remove search functionality (when open) from chosen dropdown on woocommerce single product pages. When Client want to buy a product, he open a dropdown to choose how many adults or cildren he need, on that dropdown apeard the search option that I want to remove.

    Thank you, Daria.

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please try this CSS here:  Salient > General Settings > CSS/Script Related > Custom CSS Code

    body[data-fancy-form-rcs="1"] .select2-container--default .select2-search--dropdown .select2-search__field {
        display:none!important;
    }
    

    Hope this helps,

    Regards

    Themenectar Support Team

  • DariaAlbufeira replied

    Thank you,

    it done the jobe!