A user seeks to customize the Dawn theme’s image banner button by removing its border and adding a glassy, translucent effect similar to the header on scroll.
Proposed Solutions:
Multiple developers offered CSS code snippets to achieve this:
One suggested adding CSS to theme.liquid to remove the button’s box-shadow
Another provided more comprehensive CSS for base.css that removes the border, adds a semi-transparent background with blur effect (backdrop-filter: blur(10px)), and adjusts text color
Current Status:
The glassy effect has been successfully implemented based on a shared screenshot. However, a new issue emerged: the button text lacks visibility against the new background. A follow-up request was made to make the text bold for better readability.
The discussion remains open with the text visibility issue pending resolution.
Summarized with AI on October 24.
AI used: claude-sonnet-4-5-20250929.
I’m using the Dawn theme in that I want to customize the hero section image banner button, I want to remove the border on button and want to make the button glassy touch like the header on scroll. Please anyone help me to customize those.