How to hide meta information in mega menu item

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

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Mai Quoc Khanh
    Participant

    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 !

    Mai Quoc Khanh
    Participant

    Sorry for forgetting to attach photos. This is an example of my first problem, thanks

    Attachments:
    You must be logged in to view attached files.

    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

    Mai Quoc Khanh
    Participant

    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;
    }
    }
Viewing 5 posts - 1 through 5 (of 5 total)

Popular choice

Professional Developers At Your Fingertips!

If you need services beyond standard support, we've got your back!

Services we offer:

Demo setup
Advanced customization
Layout adjustment
Graphic work / visualizations
Custom coding
Full WordPress development and design

Services

What we can offer

  • Demo setup +

    If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.

  • Layout adjustment +

    We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.

  • Advanced customization +

    More complex styling changes, theme option modifications, and third-party integrations.

  • Custom coding +

    If you need something that's not included in the theme, we can code it for you.

  • Graphic work / visualizations +

    Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.

  • Full WordPress development and design +

    Full website builds, custom theme development, or plugin creation from scratch.

  • About pricing +

    We'll provide a clear quote based on what you need. No hidden fees.

Professional Developers At Your Fingertips!

Custom Work Form