Shopify themes, liquid, logos, and UX
In my theme, I have about 12 collections which are my "Health Needs" . I have a button that when you click Health Needs, it goes to all of my collections. I would like to create the images for these and not have the Name of the collections front and center in those images.
How can i get rid of the name of the collection, and have it just display the image instead?
I also use the Baseline theme.
Solved! Go to the solution
This is an accepted solution.
Hi @CNPBen,
Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:
.template-list-collections .text-2xl.font-heading {
display: none;
}
Hope it helps!
Hi @CNPBen,
Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:
.featured-collection .text-primary-text.break-words.w-full {
display: none;
}
Hope it helps!
Hey! I'm not sure that worked. Any other ideas? Does it take a minute for it to propagate?
cnppet.com is the website. Password: aushow
Hey @Litos Attached are the screenshots. On the main home page, you will see a cute dog with a backpack on. Click on him, (shop by health need) that will take you to the page I am trying to fix. The page you end up on will say Collections in the top left corner. Some collections have images and some don't. Let me know if you need anything else!
Any luck here?
This is an accepted solution.
Hi @CNPBen,
Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:
.template-list-collections .text-2xl.font-heading {
display: none;
}
Hope it helps!
That did it! You're the best! Thank you very much.
User | RANK |
---|---|
210 | |
147 | |
67 | |
46 | |
41 |
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