Hey guys im using ella theme and i just need help from changing my slideshow from desktop + mobile
to being visible only on mobile
my site is : tulcosmetics.com
pls help
Hey guys im using ella theme and i just need help from changing my slideshow from desktop + mobile
to being visible only on mobile
my site is : tulcosmetics.com
pls help
Hi @dvir_asraf ,
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hi @dvir_asraf
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (min-width: 749px){
div#slideshow-wrapper-template--20940192579904__16321237356a896dad {
display: none;
}
}
And Save.
Result:
Please donβt forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @dvir_asraf ,
Do you want the code to work for just this one slideshow or all? If you only give this section, please go to Actions > Edit code > Assets > slideshow-lookbook-style.css file and paste this at the bottom of the file:
@media (min-width: 768px){
#shopify-section-template--20940192579904__16321237356a896dad {
display: none;
}
}