Okay
  Public Ticket #3024430
Hide/show image cover responsive
Closed

Comments

  • Artoym started the conversation

    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!

  •  667
    Alexandre replied

    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

  • Artoym replied

    Yes it does, thank you!

  •  667
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew