Okay
  Public Ticket #2693437
How to display external links without three dots
Closed

Comments

  • Vajrashura started the conversation

    Hi there.

    Great app, loving it. How can I display the external links directly (i.e. the download button) instead of the three dots that are on my page at the link above? 

    I'd imagine it's some css but I can't see what it is.

    With thanks,
    Sean

  •  1,104
    Max replied

    Hi there,

    Thanks for your comment.

    please add this custom css:

    .iron-audioplayer .playlist .store-list  i.fas.fa-ellipsis-v {
        opacity: 0!important;
    }
    .iron-audioplayer .playlist .store-list .song-store-list-menu .song-store-list-container {
        opacity: 1!important;
    }


    Thanks,


    Max from the Sonaar.io Crew