Hi,
Is there a way I can turn off collection heading appearing over the text in DEBUT?
I plan to create my own images which will show the collection title, so do not need it showing over the image.
Here is my store: https://x5d8jrm2v7nisfza-53467611329.shopifypreview.com
Here is an example:
Thanks,
Pete
Solved! Go to the solution
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.collection-grid .collection-grid-item__title{
display: none;
}
Hope this works.
Thanks!
Thanks @dmwwebartisan ! That worked great on my home page but once I click the collection it still shows at the top of the page. Can I change this? Thanks
This is an accepted solution.
Please add this code for this.
.collection-hero__title-wrapper{
display: none;
}
Hope this helps.
Thanks!
User | Count |
---|---|
438 | |
206 | |
96 | |
87 | |
69 |