Shopify themes, liquid, logos, and UX
Hi, I would like to hide my main background video on desktop, but then keep it showing on mobile. Could anyone please help me on the code to adjust this? 🙂
store url: shopkihk.com
theme: icon
not using a background video on the public version right now (will go live monday) so here is the preview link https://unudkpdtr3nhsuzr-58925383888.shopifypreview.com
thanks in advance 🙂
Solved! Go to the solution
This is an accepted solution.
Hello @abbyp
Please use below code on assets -> stylesheet.css at the bottom to hide video on desktop only and show on mobile devices
@media only screen and (min-width: 769px) {
.section-background-video {
display: none !important;
}
}
This is an accepted solution.
Hello @abbyp
Please use below code on assets -> stylesheet.css at the bottom to hide video on desktop only and show on mobile devices
@media only screen and (min-width: 769px) {
.section-background-video {
display: none !important;
}
}
hi niraj!!! thank you SO MUCH! this worked perfectly. you're amazing!
one more question for you... if i had two background videos, would there be able to do this to just one of them? say, if i wanted one background video for mobile but a different one for desktop ?
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