How to remove Titles From Blog Site

If you want to remove Titles from Blog Page in Squarespace, you can use this code to Website Tools > Custom CSS.

body[class*="type-blog"] {
h1.blog-title, .blog-item-title {
display: none !important;
}}