When you first set up your Loyalty Program, your panel might look something like this:
Replacing "Loyalty Points" in this example can be done with a single line of code.
Steps:
1. Head to your Loyalty Panel settings in your admin here.
2. Open the CSS editor and add the following line, replacing the URL with a link to your logo:
.lion-loyalty-panel-sidebar__title {
background:url(http://www.mysite.com/assets/logo.png) no-repeat center;
background-size: 180px; height: 60px; color:transparent;
}
Once you're done, your panel should look something more like this:
If your logo is small or too large, change its size by changing the size of background-size: 180px