Existe algum chat Whatsapp para loja integrada?

@gabriel_fca essa mudança você vai fazer nesse pedaço do código:

 .central-chats > .inside .icone-principal {
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 25pt;
        background: #4267B2;
        color: white;
        border-radius: 100%;
        z-index: 9;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    } 

É esta a parte que você tem que mudar: background: #4267B2; troca o código da cor azul pelo da cor Preto.

2 curtidas