Delete/hide titles from blog posts (Crave theme)

Can anyone help me remove/hide blog post titles from appearing on my pages. I’m using Crave theme. I probably need to change some code.

Attached is a screenshot… I’d like to hide that title (‘Conoce a los tostadores’) so that it goes straight into the blog post.

Hello @grindlery
Please send me your store URL so i can provide you css code for hide title as you requested

https://thethirdwave.mx

hi its https://thethirdwave.mx

Hi @grindlery ,

Go to Assets > section-featured-blog.css and paste this at the bottom of the file:

.blog__title {
    display: none !important;
}

Hope it helps!

Hi,

Please share password.

Thank you.

doesn’t seem to work…

Hi @grindlery ,

Please send me the password. I will check it.

password is: chicken

please let me know when you’ve finished on the site, thanks!

Hi @grindlery ,

Go to Assets > base.css and paste this at the bottom of the file:

.main-blog .title--primary {
	display: none !important;
}

Hope it helps!