Main topic: Make the Dawn 2.0 header transparent and adjust the hero/banner text position.
Key solutions shared:
Transparent header: Add CSS in base.css to make the header wrapper absolute, full-width, and transparent.
Move banner text down and remove box background: Add CSS in section-image-banner.css (desktop-only) to shift banner content down ~75px and set the banner box background to none.
Outcomes:
The banner text/background solution worked perfectly for the original requester. The transparent header snippet was noted for future use.
Follow-up request:
Another member wanted the header transparent only on the homepage while keeping it sticky (fixed during scroll) and standard white on other pages. They provided screenshots illustrating current vs. desired designs.
A contributor shared a short video with code that accomplishes homepage-only transparency and supports a sticky header.
Status:
Original customization resolved.
Homepage-only, sticky header variant appears addressed via the video, though no confirmation yet.
Notes:
Images and a video tutorial are central to understanding the target design and implementation.
“Sticky header” means the header remains fixed at the top while scrolling.
Summarized with AI on February 23.
AI used: gpt-5.
Zworthkey’s code is absolutely perfect. dmwwebartisan’s was great too, but I worded the title wrong but the transparent header code will definitely be used for future designs.
@dmwwebartisan I used the code it turned my my header transparent on all my pages. How to I code it only for my homepage plus I want my header and to be still (sticky)…the goal for me is to have more of a boundless theme header.
Ok so my I currently have my password page up but the I want my homepage to be the only header to be transparent(such as the picture marked in green) I want the rest of my page headers to be normal white. The picture marked in red is my current homepage & the picture marked in green is my desired homepage design.