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
A user working with the Be Yours Shopify theme wants to display product types within their collection grid layout.
Proposed Solution:
{{ product.type }} liquid tagCurrent Status:
The discussion is ongoing with no working solution identified yet.
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
Hi @TBS2023 ,
To show product type in your collection grid on the Be Yours theme:
Edit Code: Go to Online Store > Themes > Edit code.
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 ![]()
@akshay_bhatt Do you have another solution please?