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:
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: