Hiding the Search bar elements

How hide search_banner.subhead?

Can you add feature Hide on mobile?

You can empty the content to hide it:

This can be done with CSS added to your theme:

.mobile-view .search-banner {
  display: none;
}
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.