Title: Cannot change accept button size
Last modified: March 25, 2024

---

# Cannot change accept button size

 *  Resolved [eduardobartelle](https://wordpress.org/support/users/eduardobartelle/)
 * (@eduardobartelle)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/cannot-change-accept-button-size/)
 * Cannot change the Accept button size on the banner, or any button size, tried
   with custom css tab in the plugin and tried with the appearence-customize-additional
   CSS.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcannot-change-accept-button-size%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/cannot-change-accept-button-size/#post-17528065)
 * Hi [@eduardobartelle](https://wordpress.org/support/users/eduardobartelle/),
 * You can indeed do this with some CSS under _Appearance -> Customize -> Additional
   CSS_. Depending on your preferences you could either make all of the buttons 
   larger, like this:
 *     ```
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
           height: 80px; /* change value as desired */
       }
       ```
   
 * Or specifically for the Accept button, for example.
 *     ```
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
           height: 80px;
       }
       ```
   
 * Kind regards, Jarno
    -  This reply was modified 2 years, 2 months ago by [Jarno Vos](https://wordpress.org/support/users/jarnovos/).
 *  Thread Starter [eduardobartelle](https://wordpress.org/support/users/eduardobartelle/)
 * (@eduardobartelle)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/cannot-change-accept-button-size/#post-17529098)
 * Thank you!
 * is there a way that i can make the deny and preferences buttons smaller?
 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/cannot-change-accept-button-size/#post-17532465)
 * Hi [@eduardobartelle](https://wordpress.org/support/users/eduardobartelle/),
 * You can do the same for the other buttons, all you have to do is change the selector
   in the CSS accordingly.
 * The first rule attached below can be used for the Deny button, the second one
   for the View & Save Preferences buttons.
 *     ```
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
           height: 80px;
       }
   
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
       .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
           height: 80px;
       }
       ```
   
 *  Thread Starter [eduardobartelle](https://wordpress.org/support/users/eduardobartelle/)
 * (@eduardobartelle)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/cannot-change-accept-button-size/#post-17533546)
 * That will do it!
 * thanks!

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

The topic ‘Cannot change accept button size’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [eduardobartelle](https://wordpress.org/support/users/eduardobartelle/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/cannot-change-accept-button-size/#post-17533546)
 * Status: resolved