Articles on: Frequently Asked Questions (FAQ)

How to set a Reject button on the Cookie bar?

Integrating a Reject button on your website's cookie bar significantly elevates user autonomy, allowing visitors to swiftly decline all non-essential cookies. This functionality, offered by the Consentmo GDPR app, is pivotal for websites aiming to enhance transparency and trust.

To activate this feature, navigate to the Design tab within the app's settings. Here, you'll find the Show Reject Button option, which, when enabled, introduces a Reject button directly on the cookie bar. This process is visually detailed below for ease of implementation:



Further customization, including altering the button's label to better match your site's language or message, is accessible under the Cookie Bar Content section within the Cookie Bar tab. Adjust the Reject Button text here:



The app ensures the Reject button is pre-configured to deny all cookies except those classified as necessary, streamlining compliance without necessitating manual adjustments.

Further customization for the "Reject" button



If you need to further change the design of the Reject button in the cookie bar, you can refer to the custom CSS snippet provided below. The values which you can set for the button in this code are the colors of the border, text and background of the button. This way you can distinguish it even more from the rest of the buttons in the cookie bar.

.isense-cc-deny {
    color: #000 !important; /* Text color */
    border-color: #000 !important; /* Border color */
    background-color: transparent !important; /* Background color */
}


The above CSS can be added directly in the Design tab > Custom CSS section.

For those seeking additional customization, such as incorporating an “X” icon for an alternative dismissal method, our FAQ section provides extensive resources, including Can I have an “X” icon on the Cookie bar?, to guide you through enhancing your cookie consent interface further.

This blend of user-friendly design and regulatory adherence is central to our mission, guaranteeing a balanced approach to privacy and user experience.

In need of any assistance with the setup, do not hesitate to drop us a line at support@consentmo.com or via our Live chat.

Updated on: 08/04/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!