• Resolved Matteo

    (@theoshold)


    Hello, I replaced the Storefront default search bar with youre Ajax Search for WooCommerce, but I would like show the search bar through shortcode, so how to hide the search bar into the header? Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hello,
    You can hide Storefront search area using following CSS code:

    
    .site-header .site-search {
      display: none;
    }
    

    Best
    Damian

Viewing 1 replies (of 1 total)
  • The topic ‘Hide from header’ is closed to new replies.