Search without categories
I have installed the template furniture, and i want to remove categories in the searcha bar, to display only products:
where is that option i am not able to find? Thanks Phil
I have installed the template furniture, and i want to remove categories in the searcha bar, to display only products:
where is that option i am not able to find? Thanks Phil
Comments
I did it with css,
.mfn-live-search-list-categories {
display: none !important;
}
couldnt find the option. That works for me.
Hi,
The custom CSS is a good approach because no setting controls that.
Best regards