HTML tags: manually add an action button in a point description
When you have created your list of points manually or via Excel file import, it is possible to modify or add elements to your points directly from Wemap Pro.
π Please note:
If you created your list via a connector, you must make modifications directly in the source file (e.g., Google Sheets).
Otherwise, manual modifications will be overwritten with each new connector synchronization.
π±οΈ Manually add an action button in a point's description
- Access your point:
- From "Manage" > "My lists" > Select the relevant list > Select the point
- From "Manage" > "My points" > Select the point
- Click in the description area of the point and switch to HTML format by clicking on "< >"
- Add the HTML tag for the action button, then customize it:
<a class="wemap-template-button" href="Redirect page URL/" style="background-color: #4b85c0; box-shadow: 0 4px 0 0 #3c6a9a;">Text to modify</a>
π¨ Customize the action button
Depending on the elements you want to customize, here is the information to enter in the HTML tag (replace the text in bold with your information):
- Change the text displayed on the button:
π <a class="wemap-template-button" href="Redirect page URL/" style="background-color: #4b85c0; box-shadow: 0 4px 0 0 #3c6a9a;">Text to modify</a>
- Change the redirect link:
π <a class="wemap-template-button" href="Redirect page URL/" style="background-color: #4b85c0; box-shadow: 0 4px 0 0 #3c6a9a;">Text to modify</a>
- Change the color with a hex code:
π <a class="wemap-template-button" href="Redirect page URL/" style="background-color: #4b85c0; box-shadow: 0 4px 0 0 #3c6a9a;">Text to modify</a>