Okay
  Public Ticket #3438303
Remove Player from Footer
Closed

Comments

  • Gary started the conversation

    Can I remove the player from the footer on certain pages? If so, how? TIA

  •  1,114
    Max replied

    Hi,

    We dont have an option to hide the sticky player but a quick workaround is to add this custom css to hide it on a certain page.

    .page-id-3050 #sonaar-player {
        display: none!important;
    }

    Replace 3050 by the post ID of your page.

    Thanks,


    Max from the Sonaar.io Crew

  • Gary replied

    Thank-you sir!