thank you that worked how would i move the enter password down more and is there a way I can remove the lock icon?
Topic summary
Goal shifted from removing the logo on the password page (Dawn 15.1.0) to keeping the logo, pushing the “Enter using password” area lower, and removing white space so the image fills the screen.
Key actions and fixes:
- Store link shared for review. CSS guidance provided to edit base.css/theme.css via Online Store > Themes > Edit code.
- Mobile-focused CSS set .password-header to 50vh and the specific banner section to 100vh to achieve a full-screen image on the password page. OP confirmed this worked.
- OP requested moving the “Enter password” further down and removing the lock icon. CSS to hide the padlock (selector: svg.icon.icon-padlock) was provided with a visual result; helper asked how far down the text should move.
- Additional CSS shared to remove the white space by hiding a specific rich_text padding class tied to the password page section.
Notes:
- Selectors target specific section IDs/classes from the OP’s theme configuration; applicability may be section-specific.
- Screenshots were provided to show results.
Status: Partially resolved. Full-screen image and padlock removal addressed. Precise repositioning of the “Enter using password” area remains pending clarification from OP.