• Hello ive tried to change image of whatsapp icon but its not changing from green one , even ive try to use random image of icon still its not changing. always shows green whatsapp icon

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Creame

    (@creapuntome)

    The image alternates with the WhatsApp icon with a fade animation.

    If you want to leave the image fixed, add this styles in your Appearance > Customize > Custom CSS:

    .joinchat--show .joinchat__button__image {
        animation: none;
        opacity: 1;
    }

    hola, como puedo quitar la linea verde que sale al borde del icono?

    Plugin Author Creame

    (@creapuntome)

    Hola @paperssgt. A?ade este estilos en CSS adicional:

    .joinchat__button__image {
      top: 0;
      left; 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘whatsapp icon is not chaging’ is closed to new replies.