• Resolved delanthear

    (@delanthear)


    Hi,

    Are we able to prevent the manage consent button from hiding below the page? I couldn’t quite work out if this was possible from the docs!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @delanthear,

    Yes, you can copy and paste this CSS to Appearance > Customize > Additional CSS:

    .cc-animate.cc-revoke.cc-bottom {
        transform: none!important;
    }

    Kind regards,
    Jarno

    Thread Starter delanthear

    (@delanthear)

    Works great. Thanks!

    Thread Starter delanthear

    (@delanthear)

    Hi, does this need tweaking for the new popup?

    Thread Starter delanthear

    (@delanthear)

    Yes it does. Old CSS no longer works. Here is what was working for me:

    /* stop the manage consent button being hidden */
    :root {
    --cmplz-manage-consent-offset: +0px;
    --cmplz_banner_border_radius: 12px 12px 0px 0px;
    }
    
    /* Change color of manage consent button */
    button.cmplz-manage-consent {
        background-color: #c8e6e0 !important;
    }

    but is there a better way?

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @delanthear,

    Apologies for waiting on this one, we don’t get notifications for running threads.

    For any follow-ups could you start a new thread, we will be much quicker:-)

    And thanks for the feedback!

    regards Aert

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Prevent manage consent popup hiding’ is closed to new replies.