Shopify themes, liquid, logos, and UX
I'am trying to remove the title of the collection list from showing, as i only want the Collection Image to show as it contains the collection name. see below image
my theme Dawn
Store URL: https://bforbaby.sa/
Solved! Go to the solution
This is an accepted solution.
Hi @SAlawadhi,
One way to do this and still keeping the image clickable is add the opacity = 0. Please follow the instructions below.
1. In your Admin page, go to Online store > Themes
2. Choose the theme you want to edit then click Actions > Edit code.
3. Open the base.css under the Asset folder.
4. Add the code below.
.collection-list-wrapper .card__content {
opacity: 0
}
This is an accepted solution.
Hi @SAlawadhi,
Yes, you can add this code below to your base.css.
.collection-list-wrapper .card__content {
height: 0 !important
}
This is an accepted solution.
Hi @SAlawadhi,
One way to do this and still keeping the image clickable is add the opacity = 0. Please follow the instructions below.
1. In your Admin page, go to Online store > Themes
2. Choose the theme you want to edit then click Actions > Edit code.
3. Open the base.css under the Asset folder.
4. Add the code below.
.collection-list-wrapper .card__content {
opacity: 0
}
Hello @SAlawadhi,
You need following simple steps
1. In your Admin page, go to Online store > Themes
2. Choose the theme you want to edit then click Actions > Edit code.
3. Open the base.css under the Asset folder.
4. Add the code below.
li.collection-list__item .card--standard>.card__content {
display: none;
}
Output like this:
Great, it worked. thank you so much
so, not possible to remove the space below and still be clickable!
i also tried the solution by MyCodeMagic below, and it gives the look i wanted, but not clickable which is of no use ofcourse.
works perfect as far as look required, but it became not clickable!
This is an accepted solution.
Hi @SAlawadhi,
Yes, you can add this code below to your base.css.
.collection-list-wrapper .card__content {
height: 0 !important
}
Does this method still work? I have attempted this code but nothing seems to have changed.
Same there, I tried with no luck!
User | RANK |
---|---|
180 | |
150 | |
69 | |
46 | |
34 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023