Comments Artoym started the conversationApril 14, 2022 at 10:36amHey there! I'd like to show image cover in playlists on desktop and tablet but want to hide it on mobile. How could I do that? Maybe some css or shortcode to insert? Thanks! 667Alexandre repliedApril 14, 2022 at 2:24pmHi, Please try this custom css and let me know how it goes.@media screen and (max-width: 767px) {.sonaar-Artwort-box{display: none !important;}}Thanks, Alexandre from the Sonaar.io CrewArtoym repliedApril 15, 2022 at 11:51amYes it does, thank you! 667Alexandre repliedApril 15, 2022 at 2:18pmYou are welcomeThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hey there!
I'd like to show image cover in playlists on desktop and tablet but want to hide it on mobile.
How could I do that? Maybe some css or shortcode to insert?
Thanks!
Hi,
Please try this custom css and let me know how it goes.
@media screen and (max-width: 767px) {
.sonaar-Artwort-box{
display: none !important;
}
}
Thanks,
Alexandre from the Sonaar.io Crew
Yes it does, thank you!
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew