Remove Blog Title from Blog Post section in Trade Theme

Hi!

I am trying to remove the Blog Title from the Blog Post section on my blog in the Trade Theme. I cannot seem to find a CSS cod that works. Can any help help? Trying to remove the “Welcome to Tinsel Traditions Blog”

Website: https://www.tinseltraditions.com/blogs/tinseltraditions

Hi @jordanbford1

You can try to add css:

.main-blog > h1.title--primary {
  display: none;
}