How do I get rid of a annoying banner - subheading
Go to you Online store > Themes > Actions > Edit code > Assets > style.css.liquid
add this code at the bottom, click Save button.
#template-search .banner__wrapper { display: none !important; }
@watchdoctor - add this css to the very end of your styles.css file and check, also you can open this page in customize settings and remove it from there
.search .banner__content .banner__subheading{display:none;}
Hi @watchdoctor ,
Just go to Theme Editor, then select “Search” page and hide subheading parameter of Banner section