HTML tags: manually add an action button in a point description

When you have created your point list 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 to a point's description

  1. Access your point:
    • From "Manage" > "My lists" > Select the relevant list > Select the point
    • From "Manage" > "My points" > Select the point
  1. Click in the description area of the point and switch to HTML format, by clicking on "< >"
  2. 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 wish to customize, here is the information to enter in the HTML tag (replace the bold text 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>

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.