Jump to content

How can I hide a text block that's over an image on desktop view only?

Recommended Posts

  • Replies 1
  • Views 1.2k
  • Created
  • Last Reply

I did a little digging and figured it out myself. Here's the code I used for those who are trying to do something similar: 

Quote

#block-91a5df25d313a2fd6f8f {
  @media screen and (max-width: 640px) {
    }
    .summary-item:nth-child(n+4) {
      display: none;
    }
    .summary-carousel-pager {
      display: none!important;
    }
  }
  @media screen and (min-width: 640px) {
    #block-91a5df25d313a2fd6f8f {
      display: none;
    }}

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.