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?

#62765
Rufando
Participant

Thank you for the fast reply, The code you gave only remove the Search Live icon But not the Blue Bar where it placed see attache image. I want to hide the Titles and the Menu and the Search – which I already did. Only that Blue bar is staying there. Sending you all the codes presently in my Additional CSS Option

Here:

.page-header .page-title-wrap {
display: none;
}
.single .page-title-wrap {
display: none;
}

.single h2.entry-title {
display: none;
}

.page .page-title {
display: none;
}

.search-toggle {
display: none;
}

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