Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor davidlillo

    (@davidlillo)

    Hi @anti89

    Go to Joinchat settings, Advanced tab and add this CSS:

    /* Hide animation button */
    @keyframes joinchat_plain {
        0%,50%,to {
            stroke-dashoffset: 1
        }
    
        5%,45% {
            stroke-dashoffset: 0
        }
    }
    .joinchat__button__send .joinchat_svg__chat {
        display: none;
    }
    Thread Starter anti89

    (@anti89)

    Great. Thanks!

    Plugin Contributor davidlillo

    (@davidlillo)

    Your welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable animation on the button’ is closed to new replies.