Remove Country from addresses

Actually there is a way you can hide the country using CSS.

Just open up the CSS editor and add the following class:

.invSenderCountry{
    display:none;
}

@dougj, @Lurch

2 Likes