• Resolved sdesign

    (@sdesign-1)


    Hi,

    I want to block the banner appearing on the cookie policy page because on mobile it stops the visitor being able to read the cookie policy (which they might like to do before accepting cookies).

    I’ve tried to use the “disable complainz on this page” option, but unfortunately this also stops the cookie presences appearing on the cookie policy page. Is there a way to stop the cookie banner appearing on the cookie policy page without losing the cookie preferences toggles?

    Thanks

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @sdesign-1,

    You can use below CSS, which will hide the banner when the bodyclass cmplz-document is present.

    .cmplz-document .cc-window {
        display: none;
    }

    Hope it helps.
    Kind regards,
    Jarno

    Thread Starter sdesign

    (@sdesign-1)

    Perfect! 🙂

    Thanks for your help!

    • This reply was modified 4 years, 8 months ago by sdesign.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to prevent cookie banner loading on cookie policy page?’ is closed to new replies.