• Hi guys,

    I have one post set up as a sticky, and it incudes galleries and sliders etc.. which dont work well on mobile.

    Is there a way i can hide this one post for mobile viewers?

    Many thanks.

Viewing 1 replies (of 1 total)
  • Hi waxaddict,

    Assuming that you have a child theme installed, you could hide this particular post on mobile by using a CSS media query in your custom.css file.

    Targeting the post using its specific class or ID, you could specify display:none; in the CSS for viewports of, say, 800px or under, or even 1024px or under. This means that any device smaller than a desktop computer will not display your post.

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide a post on mobile only.’ is closed to new replies.