I would like to remove the H1 title from each individual blog post (our featured image contains the title).
How do I do that?
Hi Trent!
Please try to your custom css
h1.post-title {
display: none;
}
let us know if that works
Regards,
Basilis
Yes, thanks!