Jump to content

Different video header fro mobile?

Recommended Posts

Hi, i need to have an optimised video on my mobile home page, I have been using the following code on page header injection but to no avail. The page is accessible via https://www.bumphaus.com/home-1

<style>

@media screen and ( max-width : 767px ) {

[data-section-id="64f5a7264f39e02a98d3cc42"] {

    display : none ! Important;

    }

  }

@media screen and ( min-width : 768px ) {

 [data-section-id="645a5771a9fcec01afb17139"] {

    display : none! Important;

    }    

  }

</style>

Link to comment
  • Replies 2
  • Views 1.1k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

I see you solved?


  /* homepage video hide desktop */
  
  @media screen and ( max-width : 767px ) {
  
    html:not( .squarespace-damask ) [data-section-id="645a5771a9fcec01afb17139"] {
    
      display : none;
      
      }
      
    }
    
  /* homepage video hide mobile */
  
  @media screen and ( min-width : 768px ) {
  
    html:not( .squarespace-damask ) [data-section-id="64f5a7264f39e02a98d3cc42"] {
    
      display : none;
      
      }
      
    }
    
  </style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.