Skip to main content

How to Remove App Store & Google Play Buttons from Email Templates

Admins can easily remove the App Store and Google Play Store buttons from email templates by editing the template’s source code. This article walks you through the steps.

Updated over a week ago

⚠️ Premium Plan Feature

Removing the App Store and Google Play Store buttons from email templates is available only for Premium plan customers. If you are not on the Premium plan, this option will not be available in your account.

When Should You Use This?

  • If you don’t use the mobile apps

  • If you want a cleaner email footer

  • If you prefer to fully customize your email templates

Step-by-Step Guide

1. Open the Email Template

  1. Go to Admin Panel → Email Templates.

  2. Open the email template you want to edit.

  3. Scroll down to the footer area where the App Store and Google Play buttons appear.

2. Open Source Code View

  1. In the email editor toolbar, click the <> (Source code) icon.

  2. A pop-up window will open showing the HTML source of the email.

  3. Locate the App Store & Google Play Code. This block is responsible for displaying both store buttons.

3. Remove the Code Block

  1. Select the entire <div> block that contains the App Store and Google Play buttons.

    <div class="d-flex justify-content-center" style="text-align: center;"><a style="text-decoration: none; background-color: transparent; color: #337ab7;" href="|*ANDROID_URL*|"><img src="https://backend.raklet.com/content/images/logo/google_play_store.png" alt="Get it on Google Play" width="100" /></a>&nbsp;<a style="text-decoration: none; background-color: transparent; color: #337ab7;" href="|*IOS_URL*|"><img src="https://backend.raklet.com/content/images/logo/apple_app_store.png" alt="Download on the App Store" width="100" /></a></div>

  2. Delete it completely.

After removal, that section should no longer appear in the source code.

4. Save Your Changes

  1. Click OK to close the source code editor.

  2. Save the email template.

The App Store and Google Play buttons will no longer appear in outgoing emails using this template.

Did this answer your question?