Need help removing united kingdom from address at top of page

Does anyone know how to remove ‘united kingdom’ from my invoice address? I think because it is mandatory in the account address it takes it from here but would love to remove it if possible?

Many thanks,

Hi. This may help Remove Country from addresses

Hello @bsmoore

As per @daithespark linked.

You would just open up the CSS editor and add the following class:

.invSenderCountry{
display:none;
}

image

1 Like

thank you both! That’s so helpful!

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