Hi!
I am using the Craft theme. The Collection Cards display the Collection Title and Description. There is no option to hide the description. I’ve tried applying CSS per the Shopify Help Center but I am having trouble finding the correct class or element for the description when using the Inspect function. Can anyone provide me some direction? My site URL is www.posypotions.com.
1 Like
Hello @mmphillips40
You want hide this one ?
Hello @mmphillips40
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
.card__caption {
display: none !important;
}
Result
If this was helpful, hit the like button and accept the solution.
Thanks
actually I just want the first portion to remain - Gentle Botanical Alchemy - and not the rest of the description.
I actually just want the first line of the description to display along with the title on the Collection Card. Is there a way to have it display the first paragraph or sentence or so many characters and ignore the rest?