Hi,
Thanks for choosing our product!
About your question with search you can do it by following steps:
Step 1: Go to path {root}/wp-content/themes/milo-bibo/templates/header/header-customize then open file:
– search-box.php if you use Search Box at header customize option. Then add this code after line 26 (after input tag and before button tag)
<input type="hidden" name="post_type" value="product" />
– search-popup.php if you use use Search Button. Then add this code after line 21 and line 33 (similar above)
<input type="hidden" name="post_type" value="product" />
Hope this help you!
*******
Best regards,
MiloTheme