• Resolved xabdu

    (@xabdu)


    Hi,

    How can I change the button’s size along with the test so it can be smaller?

Viewing 1 replies (of 1 total)
  • Plugin Author seramo

    (@seramo)

    Hi @xabdu

    You can use CSS to change the style

    #simple-chat-button--button {
        transform: scale(0.8);
    }

    This item may be added in future versions
    Thanks for your support

Viewing 1 replies (of 1 total)
  • The topic ‘reduse the size of button’ is closed to new replies.