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.
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:
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.
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:
where 33 correspond to the id of your page.
Thanks,
Max from the Sonaar.io Crew
That worked perfectly! Thanks Max.