Skip to main content

How can I change the order of the buttons in the cookie banner?

You can change the order of the buttons displayed on the cookie banner by adding custom CSS code. Follow these steps:

1. From the Dashboard, navigate to Cookie Banner>Custom CSS.
2.In the Add your custom CSS here field, paste the following code:

.cky-btn-accept {
  order: 1;
}
.cky-btn-reject {
  order: 2;
}
.cky-btn-customize {
  order: 3;
}

3. Click the Publish Change button.

This CSS code will change the order of the buttons on your cookie banner, making the “Accept” button appear first, followed by the “Reject” button, and then the “Customize” button. You can adjust the order numbers in the code to customize the button sequence according to your preferences

Have more questions?

Reach out to us and we'll answer them.

Contact us