Contact us via our email we will customize that section.
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