Hi, I’m using the BM builder to control the layout on the blog posts so that they look consistent with the rest of my design , but when the post is published there is a duplicate title on the page at the top that I can’t seem to turn off? Please can you help – I assume I’ll need some additional CSS – but cant figure out what it needs to be, Thanks!
I’ve tried using this – which removes the title, trouble is- it removes it from both the top and also on the block in the BM builder! so then I have no title at all….
.title-wrap-tit {
display: none;
}