Hi everyone, thanks for leaving your thoughts and feedback in this thread.
While it’s true that a built-in option to disable the ‘decline’ button doesn’t currently exist within the cookie banner settings directly, hiding this option can be achieved with a few lines of CSS.
<style>#hs-eu-decline-button {display: none !important;}</style>
Adding this to your page or site Head HTML settings will hide the ‘Decline’ button from view.
Enabling Cookies by Category will display the ‘Cookie Settings’ link.
Afterwards you should only be able to see the ‘Accept’ and ‘Cookie Settings’ buttons:
With the above being said, in many countries it is not the recommended practice to hide the decline button. As per different EU guidelines visitors must be given equal opportunity to make informed decisions regarding their cookie consent. For this reason we recommend consulting your legal team prior to any changes


