Reply 271708 to: How do I reduce the search result icon size in the search box?

Avatar: Robert Hall
Robert Hall
Support staff
February 2, 2021 at 06:23

Hi,

thanks for using our theme. Please add below code to (Appearance > Customizer > Theme Custom Css > Gloabl Css)

@media (max-width: 1024px) {
.autocomplete-suggestion:not(.autocomplete-selected) .arrow {
opacity: 1;
visibility: visible;
width: 24px;
height: 24px;
}
}

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.