Okay
  Public Ticket #2816428
Sticky MP3 Player
Closed

Comments

  • Brekke started the conversation

    Is there a way to hide the download button that is displayed on the right hand side on the sticky player for certain pages? I have attached an image for reference.

  •  1,114
    Max replied

    Hi,

    If I understand the question correctly, you want to hide the download button ONLY for certain specific pages, and keep the download button if you the user is on other pages, correct?

    If so, you will need to use custom css. Something like this:

    .page-id-33 .store {
        display: none;
    }
    

    where 33 correspond to the id of your page.


    Thanks,


    Max from the Sonaar.io Crew

  • Brekke replied

    That worked perfectly! Thanks Max.