Home Forums Basel support forum Search button in the mobile version

Search button in the mobile version

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #101601

    miopp_Barcelona
    Participant

    Hello

    I have removed the ‘search’ button in the desktop version but it appears in the mobile version and only looks in the ‘posts’ not in the products that are in ‘projects’.

    https://www.rclemente.net/products/

    1- I eliminate the search button in the mobile version?

    or

    2- how to make the search button effective throughout the web?

    Thanks for your help

    #101620

    Hello,

    In order to remove the search from the mobile menu add this code to the Theme Settings > Custom CSS

    .mobile-nav .searchform {
        display: none;
    }

    Search works only with products by a keyword. This is Woocommerce functionality and our theme does not influence.

    Best Regards

    #101743

    miopp_Barcelona
    Participant

    In which section do I put the CSS?
    I enclosed screenshot

    Is it possible to put a ‘search’ button only in Portfolio?

    thanks!

    Attachments:
    You must be logged in to view attached files.
    #101797

    Hello,

    Add the code to the Theme Settings > Custom CSS > Global

    Best Regards

    #116883

    miopp_Barcelona
    Participant

    Solved, thank you.

    #117048

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)