• Resolved nickmclamb1

    (@nickmclamb1)


    I’m trying to remove the little “soundcloud” link from the top right corner of the embedded player. Is this possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You could try adding some CSS … something like:

    .soundHeader svg { display: none; }

    Not sure if that will work or not, but there’s no inherent way to do that. It’s probably required by soundcloud, but you can give it a shot.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Soundcloud LINK but Keep Autoplay?’ is closed to new replies.