Craft Theme - Collection Card - Hide Description

Craft Theme - Collection Card - Hide Description

mmphillips40
Tourist
3 0 1

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.  

Replies 4 (4)

devcoders
Shopify Partner
1288 150 362

Hello @mmphillips40 
You want hide this one ?

devcoders_0-1743131836256.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
mmphillips40
Tourist
3 0 1

actually I just want the first portion to remain - Gentle Botanical Alchemy - and not the rest of the description.

GTLOfficial
Shopify Partner
828 171 187

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
71.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

mmphillips40
Tourist
3 0 1

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?

 

mmphillips40_0-1743169681628.png