CMS Development

ilyassammor
Member

how to hide chat on mobil version

SOLVE

how to hide chat on mobil version

1 Accepted solution
DanielSanchez
Solution
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

how to hide chat on mobil version

SOLVE

Hi @ilyassammor ,

 

U can insert this code in your css file:

 

@media screen and (max-width: 900px) {
  div#hubspot-messages-iframe-container {
    visibility: hidden;
  }
}

Did this post help solve your problem? If so, please mark it as a solution.

Best regards! 🙂

View solution in original post

1 Reply 1
DanielSanchez
Solution
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

how to hide chat on mobil version

SOLVE

Hi @ilyassammor ,

 

U can insert this code in your css file:

 

@media screen and (max-width: 900px) {
  div#hubspot-messages-iframe-container {
    visibility: hidden;
  }
}

Did this post help solve your problem? If so, please mark it as a solution.

Best regards! 🙂