Making phone number clickable on front page

Hi

I want to drop in some code to make the phone number clickable on the front page contact section. Went into the Editor but don’t know where to drop it in.

Any ideas? Would be great if it was already set up for smart phones.

Chris

As a hyperlink, you can use “tel:XXXXXXXXXX” to dial a phone number much like an email uses “mailto:[email protected]” to create a new email.

However, on the Illdy theme I can not solve the clickable phone number dilemma. Any help yet from ColorLib?

Hello there,

I hope you are doing well today.

In the widget area, in order to have the telephone be a clickable element you would have to add the following code:

<a href="URL HERE" target="_blank">Telephone Number</a>

Best Regards,
Support

Thanks - easier than I thought, didn’t realise you could drop the code into the widget area on the front page customization area.

All done - although strangely though I added the tag which worked fine, the color tag doesn’t do what I want it to do.

Chris