• Resolved livvy

    (@livvy)


    Please could you send me the script to increase the size of the circle icon.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @livvy,

    Thank you for reaching out!

    This would need to be adjusted using custom CSS within your theme or a 3rd party CSS plugin.

    With that said, the following CSS would help achieve this:

    div#wp-live-chat-header {
        width: 100px;
        height: 100px;
    }

    Where the 100px value can be adjusted to your preference.

    I hope this helps?

    Thread Starter livvy

    (@livvy)

    Perfect, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase size of the circle icon’ is closed to new replies.