Change the Points default background color in Progressive Loyalty Points.
Use the code below to change the Points default background color int he Progressive Loyalty (Reward) Points feature.
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3) Scroll down to the Advanced SCSS box. If there is already code in the box do not delete it! Simply add this code “below” the last character of code in the box.
/*** BEGIN: LOYALTY/REWARD POINTS - CHANGE BACKGROUND COLOR ***/
img.square{background-color: #EBB19E;}
img.circle{background-color: #EBB19E;}
/*** END: LOYALTY/REWARD POINTS - CHANGE BACKGROUND COLOR ***
4) Click Save.