Archived topic
Hide 'Hook' on Mobile Device?
9 replies · Started by Andy on January 7, 2022
Hi there,
I have added a hook called 'advertorial,'
I'd like to hide it on mobile device only (but keep showing on desktop view).
How can I achieve this?
Please see private information for link
Thank you
Hi there,
You can use the built-in hide-on classes:
https://docs.generatepress.com/article/responsive-display/#using-our-hide-on-classes
Let me know if this helps :)
Hi Leo,
I didn't know you can do that with elements. Where do I add the hide-on class for my hook? Thanks
Is it a block element hook or a hook element?
A hook element. Does it need to be a block element? Thanks
No.
What are you adding?
Can you provide the content here?
Make sure to highlight it and click the CODE button.
Hey Leo, please check out my screenshot in private info
Hi there,
you can edit your HTML to include the classes eg.
<div class="hide-on-mobile">
Add your content in here
</div>
Thank you!
You're welcome