Make a Simplified Customer Statement design available

Hello @HelenSara

This is the code to remove the “Payments Received” line at the bottom

image

.footer-pay-GBP-row {
   display: none;
}

Here’s a link to a thread on the forum with some instructions on similar queries

1 Like