Done! Thank you!
Topic summary
A user is customizing collage blocks in the Craft theme to achieve consistent styling and behavior across all blocks.
Main Issues Addressed:
- Removing collection titles from specific collage blocks
- Applying uniform hover effects (image scaling) to all collage items
- Setting custom links on individual collage boxes
Solutions Provided:
Hover Effect: Add CSS to collage.css to apply transform/scale animation on image hover
Remove Titles: Insert CSS in collage.css to hide card content and information elements using display: none and opacity: 0
Custom Links: Multi-step process involving:
- Modifying
collage.liquidfile (screenshots provided showing code placement) - Replacing code in
card-collection.liquidfile with custom markup that includes conditional logic for card links - Using the Customize interface to select and configure links
Outcome:
All solutions successfully implemented. The user confirmed the hover effect and title removal worked, and completed the custom link setup with assistance.
1 Like