CMS Development

Jlawal
Top Contributor

Hide LiveAgent on mobile

Hello all,

 

I would like to hide our LiveAgent button on mobile.

 

Awful mobile displayAwful mobile display

 

I have tried adding the below to our header html:

 

<style>

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

#liveAgent{
display:none;}
}
}

</style>

 

but it doesn't seem to be working.

 

Any advice on how to do this would be greatly appreciated.

 

Thanks,

Jamila 🙂

0 Upvotes
2 Replies 2
jennysowyrda
Community Manager
Community Manager

Hide LiveAgent on mobile

HI @Jlawal,

 

Do you have a link to the page you are working on? 

 

The more information, screenshots and details you can provide, the better the Community can assist!

 

Thank you,
Jenny

0 Upvotes
Jlawal
Top Contributor

Hide LiveAgent on mobile

Hi @jennysowyrda,

 

It's an issue across the whole of the site. Here is the page i was working on when i discovered the issue.

0 Upvotes