Remove Hero Banner and retain post Title without massive black space on top?
- The topic ‘Remove Hero Banner and retain post Title without massive black space on top?’ is closed to new replies.
Need help? Check out our Support site, then
Good Day!
I dislike the hero banner and would like to remove it via CSS (I have the upgrade)
However, when using the following code to remove it, it removes the banner but also the title of the post.
.hero-banner {
display: none;
}
When using this code, I have my post title back, but it leaves a massive black space at the top of the post.
.hero-banner:before {
display: none;
}
Is it possible to remove the Hero Banner totally and have my post look like any other with just the title and content?
Thank you in advance for your assistance!
Roxi
The blog I need help with is: (visible only to logged in users)
Nevermind. I found that I had set featured images on the posts. After removing featured images, the hero banner disappeared. Resolved!