https://rugged-jp.myshopify.com/
theme is dawn.
password page banner image does not show on mobile but it shows on desktop version fine. I have “Show content below image on mobile” on. Turning it off doesn’t work either. Please help!
A user is experiencing an issue with the Dawn theme where the password page banner image displays correctly on desktop but not on mobile devices, despite having “Show content below image on mobile” enabled.
Solution Provided:
base.css file (Themes → Edit code → Assets → base.css)Follow-up Question:
The user then asked how to change the styling of text elements on the password page:
This secondary styling question remains unanswered in the thread.
https://rugged-jp.myshopify.com/
theme is dawn.
password page banner image does not show on mobile but it shows on desktop version fine. I have “Show content below image on mobile” on. Turning it off doesn’t work either. Please help!
Hi @ruggedjp
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
#Banner-template--17033336127783__main .banner__media {
display: block!Important;
}
Thanks! That worked.