• Resolved Ferny

    (@darylfernquist)


    I would like to change the text on the DENY button to read REJECT. I am using the free version and have looked at the documentation as well as search through Google, with no luck. Would anyone be able to give me direction?

    Thank you, Daryl

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

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

    (@jarnovos)

    Hi @darylfernquist,

    You can change the Deny button text under Complianz > Cookie Banner > Banner settings > Deny button.

    Kind regards, Jarno

    Thread Starter Ferny

    (@darylfernquist)

    Jarno, thank you for the reply. When I go to that section, there is no setting for Deny button.

    I have these settings.

    Banner settings – set to opt out, then; Header / Title / Accept button / Legal document links on banner / dismiss on scroll (turned off) / dismiss on time out (turned off) and finally Cookie message.

    Here is a screen capture of my Banner settings section.

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @darylfernquist,

    It’s most-likely due to having the plugin configured for an “opt-out” region, and in those cases the Cookie Banner doesn’t contain a Deny button.

    If you configure the plugin for a (opt-in) region that requires you to obtain explicit consent for all non-functional cookies, such as the European Union or United Kingdom, the “Deny” field will also appear under Complianz > Cookie Banner > Banner Settings.

    Hope this helps, let me know if you have any further questions!

    Kind regards, Jarno

    Thread Starter Ferny

    (@darylfernquist)

    Hi Jarno

    Unfortunately, that didn’t work either.

    Would you have a recommendation for a Cookies plugin I could use for Canada?

    Thank you, Daryl

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @darylfernquist,

    Under Wizard – General – Security & Consent you can answer the question;

    Does your website contain or process sensitive (personal) information?

    with Yes.

    This will make the switch to opt-in (including buttons), if you do not process sensitive information, for Canada, opt-out is fine.

    regards Aert

    Thread Starter Ferny

    (@darylfernquist)

    Aert, we won’t be processing sensitive information. I may not have explained my situation properly. This is the button I am talking about. I would like to either remove it from the banner or change the text to read reject. I have tried almost every situation, changing options etc, trying to find where that deny button exists. But can’t find it anywhere.

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @darylfernquist,

    I understand now. The “Deny” button is disabled by Complianz itself, but your theme adds some styles to buttons which causes it to reappear on the front-end.

    You can copy the below line of CSS to Appearance > Customize > Additional CSS on your website, which will disable the “Deny” button once more.

    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
        display: none;
    }

    The above explanation is also why you weren’t able to adjust the “Deny” text in the Complianz settings yet, because as far as the plugin was concerned, the button was not enabled.

    Kind regards, Jarno

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Complianz – change deny button to reject button’ is closed to new replies.