Title: Button configuration setup missing
Last modified: January 17, 2022

---

# Button configuration setup missing

 *  Resolved [Yorge](https://wordpress.org/support/users/jerrry/)
 * (@jerrry)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/)
 * Hello, why I can’t choose in the button settings an option “Accept – View Preferences”
   only? In old version your plugin offered this, but in the latest update there
   are only these options:
 * Accept – Deny – View Preferences
    Accept – Deny – Save Preferences Accept – Deny
 * But what if I want to hide the “Deny” link into text (custom HTML link) and not
   use it as a big button? Is there any way how to setup this? Or this should be
   done only in paid version?
    -  This topic was modified 4 years, 4 months ago by [Yorge](https://wordpress.org/support/users/jerrry/).

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/#post-15259073)
 * You can entirely disable the “deny” button by disabling the checkbox next to 
   the deny button in the settings.
 * Alternatively, you can change the way the button looks with some custom html:
 *     ```
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
           background-color:transparent;
           border:0;
       }
       ```
   
 * Let me know if that helps.
 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/#post-15259103)
 * Hi [@jerrry](https://wordpress.org/support/users/jerrry/),
 * You can hide the deny button from the banner, and instead, add some clickable
   text for “Deny”.
 * – To hide the Deny button, disable it by disabling the checkbox next to the deny
   button under Complianz > Cookie Banner > Banner settings > “Deny button”.
 * – To insert clickable text that submits the “Deny” preference, add the below 
   HTML to your Cookie Banner text (Complianz > Cookie banner > Banner Settings 
   > Cookie message):
 * `<a class="cmplz-deny">Click here if you do not agree to the use of cookies.</
   button>`
 * Example: [Deny as clickable text, no button](https://needstesting.us.instawp.xyz/)
 * Hope it helps.
    Kind regards, Jarno
 *  Thread Starter [Yorge](https://wordpress.org/support/users/jerrry/)
 * (@jerrry)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/#post-15259153)
 * Guys, thanks for fantastic support. I will try 🙂
 *  Thread Starter [Yorge](https://wordpress.org/support/users/jerrry/)
 * (@jerrry)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/#post-15270058)
 * Hello [@jarnovos](https://wordpress.org/support/users/jarnovos/), are you sure
   this code is valid? When I put in as HTML into the editor and save, Compianz 
   didn’t show any text (the text in banner ends before this code).
 * `<a class="cmplz-deny">Click here if you do not agree to the use of cookies.</
   button>`
 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/#post-15271441)
 * Hi [@jerrry](https://wordpress.org/support/users/jerrry/),
 * You’re right, I just noticed that I used a </button> at the end…
 * Please try the below:
 * `<a class="cmplz-deny">Click here if you do not agree to the use of cookies.</
   a>`
 * [⌊Schermafbeelding-2022-01-20-om-09-40-42⌉⌊Schermafbeelding-2022-01-20-om-09-
   40-42⌉[
 * The example URL from earlier is still live as well, so you can see it in action.
 * Kind regards,
    Janro
    -  This reply was modified 4 years, 3 months ago by [Jarno Vos](https://wordpress.org/support/users/jarnovos/).
    -  This reply was modified 4 years, 3 months ago by [Jarno Vos](https://wordpress.org/support/users/jarnovos/).
 *  Thread Starter [Yorge](https://wordpress.org/support/users/jerrry/)
 * (@jerrry)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/#post-15272514)
 * Hello [@jarnovos](https://wordpress.org/support/users/jarnovos/), I’ve tested
   this, but results are same – text “**Click here**” before “_if you do not agree…_”
   is missing (inserted as HTML, not in visual editor). Is there for example a hyperlink,
   which I can use to deny cookies instead of “a class” for this deny link? 🙂
 * ![](https://i0.wp.com/i.imgur.com/NcVrVTB.jpg?ssl=1)
 * Btw, I checked yours test website, but there is also an visual error, check it
   🙂
    -  This reply was modified 4 years, 3 months ago by [Yorge](https://wordpress.org/support/users/jerrry/).
    -  This reply was modified 4 years, 3 months ago by [Yorge](https://wordpress.org/support/users/jerrry/).
    -  This reply was modified 4 years, 3 months ago by [Yorge](https://wordpress.org/support/users/jerrry/).
    -  This reply was modified 4 years, 3 months ago by [Yorge](https://wordpress.org/support/users/jerrry/).
    -  This reply was modified 4 years, 3 months ago by [Yorge](https://wordpress.org/support/users/jerrry/).
 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/#post-15272546)
 * Hi [@jerrry](https://wordpress.org/support/users/jerrry/)
 * Excuse me, I did some tests to check what could be causing this, but forgot to
   restore it back to the working version afterward. If you check the site again,
   it should now work as expected.
 * Are there any other activated plugins that could be related to this? I’m using
   a default WordPress theme and no additional plugins on this test site.
 * Kind regards,
    Jarno
    -  This reply was modified 4 years, 3 months ago by [Jarno Vos](https://wordpress.org/support/users/jarnovos/).
 *  Thread Starter [Yorge](https://wordpress.org/support/users/jerrry/)
 * (@jerrry)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/#post-15272591)
 * Thanks for reply. Yes, we are using so many plugins on our website, so I will
   try to inspect which one should causing this. Thanks for your support 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Button configuration setup missing’ is closed to new replies.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

## Tags

 * [deny](https://wordpress.org/support/topic-tag/deny/)

 * 8 replies
 * 3 participants
 * Last reply from: [Yorge](https://wordpress.org/support/users/jerrry/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/button-configuration-setup-missing/#post-15272591)
 * Status: resolved