Hi, i was just wondering how to get rid of a title after you click into the collection on debut theme.
(I want to get rid of the products title)
Solved! Go to the solution
Please provide website url and if your store is password protected then also provide password
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css or theme.scss.liquid file.
.template-collection header.collection-header h1 {
display: none;
}
Hope this works.
Thanks!
User | Count |
---|---|
447 | |
208 | |
102 | |
87 | |
87 |