Hello,
I have a site in development on Dawn theme. All pages that have Image Banner sections: in Mobile, the color box background is missing. My issue is - the font isn’t readable over this image, it needs the background color box which natively displays great on desktop.
What it looks like on Desktop:
What it looks like on Mobile:
Thank you all for your time and expertise.
1 Like
Hi @JessSalida
Would you mind to share your Store URL website? with password if its protected. Thanks!
Thank you. Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media screen and (max-width: 749px)
.banner:not(.banner--mobile-bottom) .field__input, .banner--mobile-bottom:not(.banner--stacked) .banner__box.color-background-1 {
background: unset !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi there, thanks so much for the quick suggestion. I added it to the bottom of base.css but it doesn’t seem to have an impact 
1 Like
Hello, Im a bit confuse. The title of the banner you have in the mobile was not transparent. It was like this.
It not inside of the banner but outside. Not the same you have in the image.
Hi there. I am using Chrome and Safari on my Mac and I see it displaying like this on mobile view (I do have some extra CSS in the base.css file to make the headline text/subtext/button lay on top of the image on mobile view, as the native way was placing it below the image on mobile like your screen shot). Here is a screenshot what it looks like on mobile safari for me right now:
Hi again @Made4uo-Ribe I checked from my actual mobile device and I also see what you see. The copy is below the image banner, not on it
so my desire is for the copy to remain positioned over the image banners on mobile and with white background behind the copy so its readable. Thank you!!