Hi cealbiero,
I had a look at your site and there is no sidebar for your catalog. Did you add the sidebar=”no” attribute to your catalog shortcode? The search box is found in sidebar and, as such, if you would like to have the search box, you have to show the sidebar.
Thank you for the reply!
There’s no way I can’t insert a search box without the sidebar?
Unfortunately, there is currently no option to do this.
Hi ceal,
You could use CSS to hide the rest of the sidebar, other than the search box though.
Really? And how can I do that? Can you send me the code?
Thank you!!
Hi ceal,
Try adding the following to the “Custom CSS” box for your catalog:
.prod-cat-sidebar-category-div {display:none}
.prod-cat-sidebar-subcategory-div {display:none}
.prod-cat-sidebar-tag-div {display:none}
.prod-cat-sidebar-cf-div {display:none}