Thank you for the quick response!
Unfortunately the CSS you provided does not appear to work as intended – please see screenshot.

However I was able to achieve something close with the following CSS:
.entry-title {
display: none;
}
.x-container.offset {
margin: 0;
}
.single-post .x-container.max.width.offset {
width: 100%;
max-width: none;
}
.single-post .entry-wrap {
box-shadow: none;
background-color: transparent;
padding: 0;
}
The only issue now is that there is still space between the first container and the navbar, which I have been unable to isolate and remove – please see screenshot.

I’m basically trying to achieve the same look as the “Blank - No Container | Header, Footer” template for Pages.
Can you suggest another way to achieve this or additional CSS to remove the last bit of space?