I am growing extremely frustrated with this site lol, what seems so simple is always so hard.
I have attached a screenshot of my page. I am desperately trying to get rid of the "Collections" title that comes up on my page. I have tried every code possible. Can somebody please help with a step to step guide?
Thanks!!
J
Solved! Go to the solution
This is an accepted solution.
Welcome to the Shopify community, to remove the collection word, please go to the admin panel -> Products -> collections and change the collection title to either blank or you can put some other name.
@NickAU ,
You can go to the bottom of the theme.scss.liquid file and place the following code, which should also solve your issue
.feature-page-title h1:last-child {
display:none!important;
}
Then just put at the end, inside style.scss.liquid file
User | Count |
---|---|
442 | |
192 | |
138 | |
62 | |
42 |