All things Shopify and commerce
I want to change my banner text color to be white on the mobile POV but black on the desktop POV since right now its black on both and its very hard to read on the mobile POV. Heres a picture below that shows how the mobile pov is hard to read.
Could you please provide your store URL, thanks!
In the meantime, you could duplicate the section and change the button color. Then hide one section based on screen size (ie desktop section only shown on desktop, mobile on mobile) you can add this code to your base.css file you would just need to replace the Shopify section ID's with your own:
<!-- ADD TO BASE.CSS (OR THEME.CSS) AT BOTTOM ON NEW LINE. REPLACE SECTION ID WITH THE ONE YOU WANT TO HIDE (top code hides mobile, bottom code hides mobile section) -->
@media screen and (max-width: 768px) {
#shopify-section-72bd75b8-a784-4453-8b3b-bc08a80d9530 {
display: none;
visibility: hidden;
}
}
@media screen and (min-width: 768px) {
#shopify-section-6e87ba40-9742-46c4-8ad5-27549cfd6c3c {
display: none;
visibility: hidden;
}
Hope that helps!
@biznazz101
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024