How can I delete a blog post title on Debut?

Hi there,

How do I remove the blog post title “Test Blog Post?”

https://elevatedkarma.com/blogs/news/test-blog-post

password: Chifri

2 Likes

Hi!

Login to your shopify admin panel and select this post which is under “Online Store” > Blog posts

Select and go to Actions and click on delete blog post

@karmadesign

.article__title {
    display: none !important;
}

Add this code in the bottom of theme.css or theme.scss file.
Thank you.

@karmadesign oh sorry or that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.template-article .section-header {display: none;}

Thanks for your help, @Mr_RaviRaj ! Your solution took away the title, but left the field creating a space on my page.

@KetanKumar , your solution cleared out the blog title perfectly! Thanks for your help!

1 Like

@karmadesign

its my pleasure to help us