Hello, the landing page for each blog provides a built-in summary of all the posts. I'd like to hide this section and design my own summary of blog posts that's not limited to Squarespace's design. When I use the CSS code (below), the content within my blog posts starts disappearing too. Is there a way I can hide this section without my content disappearing? Please help
section[data-section-id="631be0428f71a31aacf70a54"] {
display: none;
}