Change color of the cross in the popup close button

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

[class*="Popup"] svg {
    fill: #f1f;
}
[class*="Popup"] button[class*="PopupClose"] {
    background-color: #000 !important;
}

Result:

1 Like