— color transparente —
div.chatwithbigperson > div.chatwith-big-person > div.singleperson {
background: rgba(255,255,255,0.8) !important;
}
— QUITAMOS EL TEXTO PEQUE脩O —
.chatwith-big-person .singleperson .chatwith-big-person-persondata .chatwith-big-person-message{
display:none;
}
— QUITAMOS FONDOS —
.chatwith .chatwith-form, .chatwith-big-person .chatwith-form {
background: rgba(255,255,255,0);
}
— QUITAMOS FONDOS —
.chatwith .chatwith-form .form-element label p, .chatwith-big-person .chatwith-form .form-element label p{
background: rgba(255,255,255,0);
}
TITULAR
.chatwith-big-person .singleperson .chatwith-big-person-persondata .chatwith-big-person-name{
font-size: 2.00em;
color: black;
font-family: ‘Montserrat’, sans-serif !important;
text-align: left;
}