Hiding Elements on Desktop View in Squarespace

Hide elements on desktop view using this CSS:

Copy Code Example
/* Hide Sections on desktop View */
@media screen and (min-width: 900px) {
  section[data-section-id="ENTER SECTION ID NUMBER HERE"] {
    display: none !important;
  }
}

    
Previous
Previous

Modify Text on ‘News and Updates’ Form Checkbox Squarespace 7.1

Next
Next

Hiding Elements on Mobile View in Squarespace