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

    (@jarnovos)

    Hi @isabella92,

    The information provided in that thread will work for Complianz 5.x.

    You can add the below CSS code to Appearance > Customize > Additional CSS to show the button on mobile devices:

    @media screen and (max-width: 768px) {
    .cc-revoke {
    display:block!important;
    }}

    Please note that in Complianz 6.0+ the class will change from .cc-revoke to .cmplz-manage-consent.

    Hope it helps.
    Kind regards,
    Jarno

    Thread Starter ibl92

    (@isabella92)

    Ok great, thank you so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Manage cookies not showing on mobile’ is closed to new replies.