• Resolved planettoexplore

    (@planettoexplore)


    Hi, in my Void Post Grid, it automatically shows meta data – date the post was written and published, author, categories. I would like to delete the meta author and dates. How can I do that?

    Thanks a lot for help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author voidthemes

    (@voidthemes)

    Hey,

    Thanks for using our plugin.

    We do not have any feature to hide particular metadata yet but you can try our minimal style where we have minimal info.

    Have a good day.

    Thanks

    Greetings,

    Thank you for building this useful plugin.
    I am also interested in the above mentioned feature.
    I have googled “voidthemes minimal style” to no avail.

    Could you please shade some more light on this minimal style and how it is related to elementor and your posts grid plugin? Or a link to what you are talking about would be fine as well.

    Thanks.
    Sandra

    Any type of meta data (or anything else, for that matter) can be turned off with CSS.

    1. Edit the theme that displays post(s) in question.
    2. Edit the Void Post Grid widget.
    3. Click on the Advanced tab.
    4. At the bottom click on CSS.
    5. Add the CSS below, setting the class or classes for the meta you want to hide.
    6. In the example below the updated on date, the links to any tags associated with the post and the link to enter a comment are hidden.

    Hope this helps

    /*
    * Void post grid widgtet
    *
    * To remove any part of the meta data,
    * add the class that corresponds to the item(s)
    * to the following rule.
    *
    * Classes are:
    * posted-on – the date the post was created.
    * updated- on – the date of the last update.
    * byline – post author
    * cat-links – links to archive pages for individual
    * categories.
    * tags-link – links to archive pages for individual
    * tags.
    * comments-link – “Leave a Comment” link.
    */

    .updated-on, .tags-links, .comments-link
    {
    display: none!important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize meta data’ is closed to new replies.