Hello everyone, Id like to hide the page title on the blog page. I’m using the dawn theme. Could anybody help me please? Thank you!
Hi @Alex-88
Add the following code to the bottom of your base.css file:
#shopify-section-template--15327846334661__1644078869d4dbd691 > div > div {
display: none;
}
Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!
Thanks so much for your reply. However, it didnt hide the title page but it did hide the rich text. Any idea of how to fix that? Thanks for your time.
My bad, thought it was the very first paragraph that needed removal.
Use this code instead:
#shopify-section-template--15327846334661__main > div > h1 {
display: none;
}
Cheers!
1 Like
Thanks so much! It worked perfectly!