Remove Navigation Line in Squarespace Header
To remove the navigation line in your Squarespace header, use this CSS snippet:
/* Remove Nav Underline */ .tweak-global-animations-animation-type-flex .header-nav-item:not( .header-nav-item--folder ) a::after { all : unset; }