Hello,
I want to hide video from mobile version of prestige shopify theme? Please how do I do this?
Hello,
I want to hide video from mobile version of prestige shopify theme? Please how do I do this?
Hi @Chinaza07 ,
Go to Assets > theme.css and paste this at the bottom of the file:
@media screen and (max-width: 640px){
.ImageHero{
display: none !important;
}
}
Hope it helps!