Hello,
I would like to make my pop up’s close button transparent, from what I understood it’s not possible atm, so I’m wondering if it would be possible with some CSS code?
Thank you in advance!
Hello,
I would like to make my pop up’s close button transparent, from what I understood it’s not possible atm, so I’m wondering if it would be possible with some CSS code?
Thank you in advance!
Hi there, @Digital_Media ![]()
I’ve checked your widget and see that you’ve already found a CSS code that works great:
.global-styles,
[class^="PopupCloseControl__PopupCloseControlContainer-sc"] {
background: transparent !important;
}
Let me know if everything is fine now or if you have any questions left ![]()