Shopify themes, liquid, logos, and UX
How do I hide video in only mobile version of prestige 5.5.0 shopify theme? Website is www.thalieparis.com
Thank you in advance.
Solved! Go to the solution
This is an accepted solution.
@Milian, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
@media (max-width: 749px){
[id*='shopify-section'] [data-section-type="background-video"]{
display: none !important;
}
}
Kind regards,
Diego
This is an accepted solution.
@Milian, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
@media (max-width: 749px){
[id*='shopify-section'] [data-section-type="background-video"]{
display: none !important;
}
}
Kind regards,
Diego
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025