Shopify themes, liquid, logos, and UX
Hi everyone! I want to add a box behind the slider text. There's a box for desktop but not for mobile view, which makes it very hard to read the text:
I'm using the theme Colorblock. Anyone have a solution for this? 😰
Solved! Go to the solution
This is an accepted solution.
Hello Coronan 👋
It's a bug in the theme you're using. This code in section-image-banner.css causes the problem:
@media screen and (max-width: 749px)
.banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
background: transparent;
}
to fix it, change it to:
@media screen and (max-width: 749px)
.banner:not(.banner--mobile-bottom):not(.email-signup-banner):not(.slideshow) .banner__box {
background: transparent;
}
This is an accepted solution.
Hello Coronan 👋
It's a bug in the theme you're using. This code in section-image-banner.css causes the problem:
@media screen and (max-width: 749px)
.banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
background: transparent;
}
to fix it, change it to:
@media screen and (max-width: 749px)
.banner:not(.banner--mobile-bottom):not(.email-signup-banner):not(.slideshow) .banner__box {
background: transparent;
}
Thank you!!! That worked perfectly.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024