How can I make images clickable in dawn theme

Topic summary

A user seeks to make homepage images clickable with links and remove text underlines in the Dawn theme.

Initial Solution Provided:

  • Custom CSS code was shared to modify banner sections, including styles for .banner__content, .banner__box, and heading elements
  • Code sets elements to full width/height, uses flexbox for centering, and removes text decoration

Implementation Issue:

  • The CSS works for images with single text elements
  • Fails on hero images with multiple text blocks—second text element shifts to the side after applying the code

Attempted Fix:

  • Adding flex-direction: column; centers the text and removes underlines
  • However, this does not make the images clickable as intended

Current Status:

  • The discussion remains unresolved
  • The support provider offered to customize the section directly via email for further assistance
Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

Works fine on images with single text but not working on my hero image with multiple text.

The 2nd text goes to the side after adding the code.