How to change order of the buttons

How to change order of the buttons

Nelson
Written by NelsonLast update 5 months ago

First, you can change the button order inside the banner. Go your CookieScript user account > Settings > Colors, where you will find the CUSTOM CSS STYLES box.

Add this text to the CUSTOM CSS STYLES section if you want to change the button order (the Accept button will be on the left instead of the right): 

#cookiescript_accept, #cookiescript_save {
    order: 1;
}

Second, when the cookie declaration opens in a new pop-up window, you can select the button order from the settings tab.

Go to your CookieScript user account > Banner elements, where you will find the SHOW COOKIE DECLARATION checkbox. When you check it, you will see the checkbox OPEN COOKIE DECLARATION IN A BIG POPUP, where you can select the button order:

Note: the CSS editing option is only available in paid pricing plans.

Did this answer your question?