My Team photos are dark and, when viewing a popup, the Close and Carousel icons are difficult to see. How can I change the background/container opacity and color to make the icons more visible?
I tried this, but there were no visible changes:
.global-styles, [class^=“PopupCloseControl__PopupCloseControlContainer-sc”] {
background-color: rgba(255, 255, 255);
}
This almost worked, but now they’re square:
.global-styles, [class^=“Popup__PopupCloseInsideInner-sc”] {
background-color: rgba(255, 255, 255);
}