Hello.
What exactly do you want to hide the menu or the block with the search bar
Hello.
Apologies for the late response.
I want to hide the block with search bar.
Can I hide footer too?
You can use the next CSS code
.footer, .page-template-template-iknow-home .hero {
display: none;
}