After adding a clickable link to your signature.
Add a link with a clickable attribute
How to add a link with an attribute?
Make my phone number/email clickable
Make an attribute clickable.
You have the option to change the color of this link to maintain the same graphic charter of your company. The goal is to avoid this result:
Here are the steps to follow.
1️⃣ Go to the block containing the link.
Go to the template you want to edit, and locate the block that contains your link.
2️⃣ Open the source code of your block
Then open the source code of your block.
Then locate the <a</a> tag that surrounds your link. In this case, we will use the {{mobile}} tag as an example.
<a href="tel:{{mobile}}">{{mobile}}</a>
3️⃣ Modify the code
The goal is to modify the code to add a style variant. Here is the example to follow:
<a style="color: #FF0000;" href="tel:{{mobile}}">{{mobile}}</a>
The #FF0000 corresponds to the color red. In your case, you need to specify the color code you want.
Here is the final result of this modification:
Once this is done, it is also possible to remove the underline from the link. Here is an article that can help you with that.
If needed, feel free to contact support using the bubble at the bottom right.