Replies: 0
Hi I’m just struggling to remove the white space under the logo & above the hero image, I removed the title with the CSS;
.page .entry-header {
display: none;
}
}
.page .entry-content h2 {
margin-top: 0;
}
Only the entry-header CSS is working though.
Thank you for any help 🙂