Topic summary
A Shopify store owner wants to hide product names on the main page featured collection and shop pages while keeping product images clickable for cart additions.
Problem: Previous CSS solutions successfully hid product names but broke the click-through functionality on product images.
Proposed Solution:
Mustafa_Ali suggested adding CSS code to hide .full-unstyled-link elements in the theme.liquid file under a <style> tag.
Current Issue: The user cannot implement the solution because:
- No
<style>tag exists in their theme.liquid file - Only
{% style %}(Liquid template tag) is present - Attempting to add the CSS code under
{% style %}results in an “invalid” error and won’t save
Status: Unresolved. The discussion remains open with the implementation blocked by template syntax incompatibility.