Removing qty and unit cost colums

Please help!
I have found the below about removing columns but I don’t have a clue where or how this CSS data is added.
Can anyone please tell me what to do in layman’s terms? :slight_smile:

If so you’d just need to add the following CSS class:
.thItems3, .thItems4, .tdItems3, .tdItems4 {
display:none !important;
}

Same applies if you want to hide the quantity and unit cost columns.

Many Thanks

For some reason the sales invoice CSS editor is in a completely different place from all the other CSS customisations. You need to click through to one particular sales invoice, then click the green “invoice style gallery” button at the top left, scroll across to find the currently selected style, and “customise this style”.

It’s partly due to the fact that all the other CSS customisations came later and also having the CSS in a window on the actual invoice preview screens allows you to see your live CSS changes without needing two screens open and to refresh.