Remove space and greylines

in my blogs: how to get the space above the title away?
i asked this before and got the css that i prnts also on the left. (blog.s-header.landmark = none)
but that worked for pages, not for the blogs apparantly…
also there are very light lines above and below that space. they look like dividers.
i would like them gone too.
thank you

Hello @wonderacademie,

Thanks for asking.

Please add following CSS under X > Theme Options > CSS:

.single-post .x-header-landmark {
    display: none;
}

Thanks.

COOL!. thanks, that looks much better!