Insert the code into Page Settings>Custom Code>Header or Footer section and replace list2 with the respective list block name
`<style>`
`@media screen and (max-width: 576px) {`
`#list2 .dropdown-inner-search {`
`display: none!important;`
`}`
`}`
`</style>`