Currency / statement mods

Hi there, is it possible to remove the GBP from the statement.

Reason being is that I would like to try to use your system as a points reward system for client to let them get their own statement etc

Hi @MarkMcKee

Do you have a Power User Subscription (either optionally or because your account is graded L or XL)?

There’s no built-in functionality to hide the currency code, but you can certainly remove it using a bit of CSS.

To add this, go to Account Settings >> Design Customisation >> Advanced HTML/CSS Customisations >> Client Statement

Just add this to the text editor, save and active:

.grey-small {
    display: none !important;
}

However, I’ve just noticed that the PDF copy doesn’t pick this up. I have logged this with our development team, so this should eventually work. We’ll keep you posted though :slight_smile:

Many thanks for your help with this, Im just testing functionality for what I want to do but its looking very good.

Mark

This topic was automatically closed after 7 days. New replies are no longer allowed.