All things Shopify and commerce
Hello all,
I am looking for a way to remove the page titles from my site so there will be no duplication when I place them in the slideshow that I am using for it's header. I have found a way to remove them from the collections, but unable to find a way to remove them from the pages. Any help would be appreciated!
www.poppedartisan.com/pages/wholesale
Solved! Go to the solution
This is an accepted solution.
Hi @dlgillihan
Try this one.
.page-title h1 {
display: none;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @dlgillihan
Try this one.
.page-title h1 {
display: none;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you!
Hello.
Your solution worked perfectly, but I see page titles on a couple of the mobile versions of my website. Can you assist in a way to remove them?
Thank you!
Oops, I missed that. I didn’t check how it looks on mobile, follow the same steps. For adding the code below.
@media (max-width: 719px) {
.page-title .label {
display: none;
}
.page-title {
padding: 0px !important;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025