Try this in the CSS area in the right-hand inspector for the page you want it hidden on.
/* Hide Banner Image/Title & Slogan */
.hero-content.container {
display: none !important;
}
.hero {
height: auto;
}
Try this in the CSS area in the right-hand inspector for the page you want it hidden on.
/* Hide Banner Image/Title & Slogan */
.hero-content.container {
display: none !important;
}
.hero {
height: auto;
}