Using href Onclick with Icon element

Hi,

We are implementing Tidio chat on our store and I have been using Icon elements in the website header. They allow for link but Tidio has the following code to call up the chat box:

<a href="javascript:;" onclick="tidioChatApi.display(true);tidioChatApi.open()">Open chat!</a>

Is there a way to use this link and retaining the CSS of the particular icon element?

The chat would be triggered with this Icon element:

Thank you!

Comments

Sign In or Register to comment.