Edit: We've fixed the bug in an update last week, so no need for the workaround anymore 🚀
Hi devbommarito ,
Thanks for reaching out to us!
It looks like the close button's CSS is being overwritten by the theme.
You could perhaps add this custom CSS into your WordPress' Additional CSS setting to make the button visible again:
#buttonizer-widgets button {
border-radius: 100%;
padding: 10px;
display: flex;
margin: unset;
}
We will fix this issue in a future update so that the theme will not overwrite the CSS.
Let me know if this works for you! 😄