Home › Forums › Gillion Theme › How to hide meta information in mega menu item
Home › Forums › Gillion Theme › How to hide meta information in mega menu item
Hello friends !
I would like some issues to want your support
First question: How to hide meta information in mega menu item (I have described as in picture)
The second question: How to hide a specific meta in posts on the mobile interface but still on the desktop.
For example, I want to hide the comments on mobile devices, but it will still show on my desktop and other devices.
Hope to hear back soon, have a nice day.
My website: https://www.maiquockhanh.com/
Thanks !
Sorry for forgetting to attach photos. This is an example of my first problem, thanks
Hi @Mai Quoc Khanh,
I hope you are well today and thank you for your question.
First question: How to hide meta information in mega menu item (I have described as in picture)
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#header-navigation .tab-content .post-meta {
display: none;
}
The second question: How to hide a specific meta in posts on the mobile interface but still on the desktop.
For example, I want to hide the comments on mobile devices, but it will still show on my desktop and other devices.
You can hide it on mobile using below custom CSS code.
@media (max-width: 550px){
#content article .post-meta a.post-comments {
display: none;
}
}
Best regards,
Shufflehound team
Thank you for the feedback. I have followed the instructions and all is fine, so for the Readtime, I also want to hide it on mobile devices, can you guide me?
To hide read time on mobile, just change the above shared custom CSS code as below.
@media (max-width: 550px){
#content article .post-meta a.post-comments,
#content article .post-meta .post-readtime {
display: none;
}
}If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.