Skip to main content

Adding text to your launcher button

Brandon Swift avatar
Written by Brandon Swift
Updated over a week ago

You can show a short line of text next to the Glow launcher (mini-widget) to highlight your loyalty program—e.g., “Earn rewards”.

Step 1 — Set the launcher text

  1. In Glow, go to Settings → Translation.

  2. In the Launcher section, enter the text you want to display (e.g., “Rewards”, “Join & save”, etc.).

  3. Save.

Step 2 — Enable the text in the widget

  1. Go to Settings → Account Settings → Widget.

  2. Set Show Launcher Text? "Yes".

  3. Save and refresh your storefront.

That's it. Now you will see the text snippet next to your launcher button on your website.

Note: Launcher styling comes from your theme/site CSS. Adding rules to Glow → Custom CSS will not affect the launcher. If you want to style the text container, place CSS in your theme (e.g., theme.css/theme.liquid).

To style your launcher text will CSS, you'll want to use the selector #loyalty_callout_container

Here is an example:

#loyalty_callout_container{
    color:#fff !important;
    background:#000 !important;
}

Related Articles:

Please let us know if you have any questions. 

Sincerely,
The Glow Team

Did this answer your question?