• Resolved nathangdavidson

    (@nathangdavidson)


    Hi,

    As per the title of this topic, is it possible to remove the Functional only button, leaving Accept all and View preferences as the remaining options?

    many thanks,
    Nathan

    The page I need help with: [log in to see the link]

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

    (@jarnovos)

    Hi @nathangdavidson,

    It is possible, but this is not allowed per GDPR guidelines. However, if you still want to proceed, the easiest way would be to hide the button with CSS. Under Cookie Banner > Edit > Appearance, set Categories to “Accept all + preferences”.

    Adding the CSS below should then remove the Functional only button. (Complianz > Cookie Banner > Edit > Enable Custom CSS)

    a.cc-btn.cc-dismiss.cc-btn-no-href { 
    display: none; 
    } 
    
    .cc-save {
    width: 100%;
    }

    Kind regards,
    Jarno

    Plugin Contributor Mathieu Paapst

    (@paapst)

    Hi @nathangdavidson

    FYI: It is also not allowed according to the ICO guidelines on the UK-GDPR. They state that you should offer your visitors the possibility of selecting from equally prominent yes/no options.

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @nathangdavidson,

    The easiest way;

    .cc-dismiss {display:none;} .cc-save {width:100%!important;}

    But not conform guidelines as @paapst stated.

    regards Aert

    Thread Starter nathangdavidson

    (@nathangdavidson)

    Many thanks all for your comments/suggestions. I’ll advise my client against!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to remove the Functional only button?’ is closed to new replies.