Goal: make the Shopify Dawn header semi‑transparent (~80%) and overlay the banner; the store preview link and password were shared.
Proposed approaches:
Edit Online Store > Themes > Edit code > theme.liquid and add custom code near the tag; a result image was shown, but the actual code snippet is missing in the post.
Add code after in theme.liquid, wrapped in a Liquid condition {% if template == ‘index’ %} … {% endif %} to apply only on the home page; a screenshot was provided, but the code content is empty.
Context/resources:
A participant cautioned against excessive tagging (“label spam”) and linked to forum search results for Dawn transparent headers.
Technical notes:
theme.liquid is the main layout file; “index” refers to the homepage template. Achieving 80% transparency typically requires CSS (e.g., rgba() background or opacity) and positioning to overlay the banner.
Images are referenced to show the intended result, but no concrete code is included.
Status:
No confirmed solution in the thread; key missing detail is the actual CSS/Liquid to implement the transparency. Discussion remains open.
Summarized with AI on December 16.
AI used: gpt-5.
I’m looking for help making the header transparent so it overlays on the banner. I’d like it to be 80% transparent/ semi transparent.
Any assistance would be greatly appreciated!