How to remove total payments made on statement?

Hello @Robert_Kinkade

Go to Account Settings > Design Customisation > Advanced CSS & HTML Customisation

Select Client Statement CSS (on the left)

Add in the following and save and Activate the file.

.invoice-label-row3, .invoice-label-row4 {
   display: none;
}

image

For reference you can find out the names of the elements to add by inspecting the page

For example “Credits” would be .invoice-label-row5