Hi,
is there such a way to change, by coding the custom CSS, the color of the close icon of the in-page Blog widget?
Thanks a not
Hi,
is there such a way to change, by coding the custom CSS, the color of the close icon of the in-page Blog widget?
Thanks a not
Hi there, @Giorgio_Fiorini ![]()
Sure, here is a CSS code:
[class*="PopupCloseControl__CloseIcon-sc"] {
color: white;
}
Please add it to the Custom CSS field on the Settings tab of your widget’s settings and let me know if it worked ![]()
Thanks a lot Max, that’s perfect!
Listen, can I change the color even to the background of the icon (the rounded area)?
Yep, this code will do the trick ![]()
[class*="PopupCloseControl__PopupCloseControlContainer-sc"] {
background-color:red!important;
}
Thanks Max, it worked like a charm!
No sweat ![]()