Product type to appear in collection grid

Topic summary

A user working with the Be Yours Shopify theme wants to display product types within their collection grid layout.

Proposed Solution:

  • Edit theme code files (product-cart.liquid or collection-grid-item.liquid)
  • Add {{ product.type }} liquid tag
  • Apply custom CSS styling for formatting

Current Status:

  • The suggested code implementation did not work for the user
  • The issue remains unresolved
  • User is requesting alternative solutions

The discussion is ongoing with no working solution identified yet.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Hello

I would like the product type to appear in the collection grid

I am using the Be Yours theme

https://lush-cyprus.myshopify.com/collections/bath-bombs

loziap

2 Likes

Hi @TBS2023 ,

To show product type in your collection grid on the Be Yours theme:

  1. Edit Code: Go to Online Store > Themes > Edit code.

  2. Add Product Type: In product-cart.liquid or collection-grid-item.liquid , add:


{{ product.type }}

add css for styling in CSS file:

.product-type {
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}

save and preview.

Got it! If you found my suggestions helpful, please consider liking or marking it as a solution.
Your feedback is appreciated! If you have any more questions or need further assistance, just let me know.

Thanks & Regards
Akshay Bhatt

that didnt work :disappointed_face:

@akshay_bhatt Do you have another solution please?