Shopify themes, liquid, logos, and UX
There is a line of code showing up on the bottom of our website
.collection-header-sections .page-header h1 { display: none; }
How can I remove it.
dtsystems.com is our website
Thanks in advanced.
Hey @BKDT
Try searching for that in your theme.liquid file and you might find it there, if you don't then feel free to share the collaborator request code with me and I can help you out with that.
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @BKDT
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
.template-index.loaded {
font-size: 0px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
hello,
It worked on the index page, but it still shows up on all the other pages.
I might have forgotten to mention that it's on all the pages.
Is there a solution for that?
thanks!
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