Plugin Support
Nick
(@nickcysupport)
Hi @vladav,
If you’re referring to the CookieYes revisit consent button (the floating icon that allows users to reopen the cookie banner), there isn’t a direct option within the CookieYes dashboard to change its size. You can, however, adjust its position through your account settings.
Please note that reducing the size of this icon may impact accessibility, as it could make it harder for users on smaller screens or with limited dexterity to interact with it effectively.
If you’d still like to proceed with resizing, it can be done by applying custom CSS to your site. We’d be happy to provide the appropriate code and instructions if you need them. Would you like us to share them?
Hi, yes please. My intent is to unify icon size in bottom of the page, where is – dependent on device – also call button and go to top icon. So I just want to try if it will look better with same sizes … thank you.
Plugin Support
Nick
(@nickcysupport)
Hi @vladav,
Great! In that case, you can use the following CSS to adjust the size of the CookieYes revisit consent icon so it matches your other buttons:
<style>
.cky-btn-revisit-wrapper {
width: 30px !important;
height: 30px !important;
}
.cky-btn-revisit img {
width: 25px !important;
height: 25px !important;
}
</style>
Feel free to adjust the pixel values until the icon aligns perfectly with your call button and “back to top” button.
Hi, thank you very much, it works 🙂
Plugin Support
Nick
(@nickcysupport)
Hi @vladav,
You’re most welcome! Since everything appears to be resolved, I’ll go ahead and mark this thread as closed. If you need help again in the future, feel free to open a new topic.
Have a great day!