Hello,
The search results page isn’t a standard page so i can’t remove the subheader or right hand side blog related elements. Is there a way to edit this page?
Thanks.
Hi GreenUnicorn!
You can add following code to Quick CSS to remove subheader on search page
.search .title_container { display: none; }
Basically, you can target search page using .search class
Best regards,
Yigit
Hi Yigit,
Thanks for the help and for the amazing theme!