Note, does not show up in Chrome? Only Safari.
gerry.squarespace.com
pw: testing
How does this code read?
// SVG logo //
.header-title-logo img {
max-width: 1550px;
visibility: hidden;
}
.header-title-logo a {
background-image: url(https://static1.squarespace.com/static/60e82969f1383355d37bb07b/t/60e842a80770ad4d9ff99690/1625834152432/gerry-irvine-black.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}