Craft Theme - How to make all collage blocks have the same style/behavior?

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.liquid file (screenshots provided showing code placement)
  • Replacing code in card-collection.liquid file 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.

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

Done! Thank you!

1 Like