For global footer player, how do I disable it for single product pages

You need to go to ZoomSounds > Settings > Appearance and in Extra CSS enter

body.single-product .dzsap-sticktobottom{
display: none;
}
body.single-product .dzsap-sticktobottom-placeholder{
display: none;
}

Was this article helpful?

Related Articles

Leave A Comment?