Re: Debut: Remove Blog Post Title

Solved

How can I delete a blog post title on Debut?

karmadesign
Excursionist
30 0 5

Hi there,

 

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

 

karmadesign_0-1651464547803.png

 

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

 

password: Chifri

Accepted Solution (1)

KetanKumar
Shopify Partner
37509 3664 12135

This is an accepted solution.

@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;}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

gwinfosoft
Tourist
8 1 0

Hi! 

 

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

gwinfosoft_0-1651464847547.png

Select and go to Actions and click on delete blog post

gwinfosoft_1-1651464974671.png

 

Mr_RaviRaj
Shopify Partner
505 57 111

@karmadesign 

.article__title {
    display: none !important;
}

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

banned
karmadesign
Excursionist
30 0 5

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!

KetanKumar
Shopify Partner
37509 3664 12135

@karmadesign 

its my pleasure to help us 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

KetanKumar
Shopify Partner
37509 3664 12135

This is an accepted solution.

@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;}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing