Hello, im unable to find product card grid liquid on my store. Please help, my store link is: https://houseofcultura.in/
Topic summary
A user seeks help shortening product names displayed on their homepage collection but cannot locate the product card grid liquid file in their Shopify theme.
Initial Solution Provided:
- Navigate to Shopify Admin → Online Store → Theme → Edit code
- Locate the
theme.liquidfile - Insert custom CSS code above the
</head>tag to truncate product titles
Follow-up Issue:
After implementing the solution, the user reports that product titles are overlapping on the mobile version.
Status: The support representative provided an additional code snippet to address the mobile overlap issue. The discussion appears ongoing as the user tests the mobile fix. The solution involves CSS modifications rather than editing liquid template files directly.
Hi @Yash_8 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Inside head section or before starting of head section?
Hi @Yash_8 ,Pls insert it inside head section
Hey, Just checked.. titles are overlapping in mobile version. How to fix that
Hi @Yash_8 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
