Site logo

Archived topic

how to hide content on home page for mobile devices

1 reply · Started by olusegun on April 4, 2020

Viewing posts 1–2 of 2

hello guys i have chat box on my home page but i dont the chat box show on my home page for mobile devices, my question is how do i hide the chat box from mobile viewers.
my reason for hiding is that i want to reduce the size of the homepage for mobile devices

Hi there,

You could hide it using CSS, but that likely won't help with the size of the homepage.

How are you adding the chat box? If you're using a Hook Element, you could do this:

<?php if ( ! wp_is_mobile() ) : ?>
    Your chatbox code in here
<?php endif; ?>
This archived topic is closed to new replies.