To change Login Popup Color, from this.
To something like this.
#1. First, you need to install this code to Code Injection > Footer
#2. Next, use this code to top of #1 code
<x-twc-calidc-style style="display : none;">
div.twc-calidc>div>div {
background-color: #23503A;
}
.twc-calidc>div>div *:not(button span) {
color: #fff !important;
}
.twc-calidc button {
background-color: #A4CA9A !important;
}
.twc-calidc button * {
color: #23503A !important;
}
.twc-calidc form>div>div {
background-color: #fff !important;
}
.twc-calidc form>div {
margin-bottom: 10px;
}
</x-twc-calidc-style>



