This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rose Tyler
Hi,
In Search Bar when we search product image with title is appear we want to remove product picture and only show product name. Kindly Suggest me how to do that.
Thank You
Hello,
There is no such option, but you can try to use the next custom CSS code:
.header-main .autocomplete-suggestion img {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up