Hi Qpaq,
Let’s address the first inquiry first regarding removing the title.
Add the Headline Block after the Query Loop Block inside the Container Block.
This will position the Headline after the Query Loop, but we will fix that with CSS.
Add this through Appearance > Customize > Additional CSS:
.gb-grid-wrapper.gb-grid-wrapper-450385a9.gb-query-loop-wrapper::empty + .gb-headline {
display: none;
}
.gb-container.gb-container-3db058ea {
display:flex;
flex-direction:column-reverse;
}