How to hide categories from live search

Hello,

I am using Betheme and Woocommerce.

https://second-parts.de/?bypass_code=kairrbrVQXmykhZU

I have two questions:

1- When using the live search it shows the Categories at first. How can i deactivate the Categories from showing in the live search?

2- on Mobile when using the live search icon. the search field show in the middel of the screen. is there a way to show the search field under the Header direct?

Thanks in advance

Comments

  • Hi,

    1) Please use the following CSS code:

    .search_wrapper .mfn-live-search-list .mfn-live-search-list-categories{
     display: none!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    2) There is no option for that.


    Best regards

  • ok, it works. Thanks

Sign In or Register to comment.