badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to Show the Featured Image in Page/Post?

#62760

Hello Rufando,

To hide the Navigation menu in Pages Posts and hide the search holder just go to Appearance > Customize > Additional CSS and paste below custom CSS code:

.search-toggle { 
	display: none;
}
@media only screen and (max-width: 767px) {
	.home .menu-toggle,
	.blog .menu-toggle {
		display: none;
	}
}

Thank you!