April 24, 2019 at 5:19 pm
#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;
}
}