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
In Glow, go to Settings → Translation.
In the Launcher section, enter the text you want to display (e.g., “Rewards”, “Join & save”, etc.).
Save.
Step 2 — Enable the text in the widget
Go to Settings → Account Settings → Widget.
Set Show Launcher Text? "Yes".
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