Hiding Elements on Desktop View in Squarespace
Hide elements on desktop view using this CSS:
/* Hide Sections on desktop View */ @media screen and (min-width: 900px) { section[data-section-id="ENTER SECTION ID NUMBER HERE"] { display: none !important; } }