How to remove the extra padding at the top of the nav on 7.1

To remove extra padding at the top of nav header on Squarespace (see screenshot).

You can use this code to Custom CSS box

a.header-skip-link.sqs-button-element--primary {
display: none !important;
}