• Resolved miarr0wporg

    (@miarr0wporg)


    Hi there,
    is there an option to display the categories only in single post view, but not in the archive grid? Maybe I am missing something, but as far as I can see it, the categories only show in the single post layout if you chose to display them in the archive layout options. Displaying the categories in the grid view looks a bit messy, and I would rather just have them in the single post view to offer additional navigation choices to viewers. Is there a way to display the categories along with the tags just in the single posts, not in the posts page view?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @miarr0wporg,

    You can add the following code in Customize -> Additional CSS:

    .blog-entry-title.entry-title+.nv-meta-list .meta.category{
    	display:none !important;
    }

    Hope that helps!

    Thread Starter miarr0wporg

    (@miarr0wporg)

    @betydbr It did, thank you very much!

    Thread Starter miarr0wporg

    (@miarr0wporg)

    @betydbr
    Unfortunately this is not yet resolved. I didn’t see it before or maybe it happened after I updated Neve. I use Neve child, and added the CSS in the custom CSS field in the customizer.

    grid view without titles

    As you can see, it did not only remove the categories from display but the title as well. Unfortunately I can’t seem to get it back. I removed the css entry, published the change and cleared my browsers cache, still no change- except that the categories are back on display.
    How do I get my titles back in grid view?

    Hey @miarr0wporg,

    If you removed the custom CSS and the title didn’t appear the problem isn’t from that code.
    I checked your site and I noticed that the font size for the title in the grid view is 0px and that’s why it’s not displayed.

    You can add the following code in your Additional CSS:

    @media (min-width: 576px) {
     .blog .blog-entry-title, .archive .blog-entry-title {
         font-size: 20px !important;
     }
    }
    Thread Starter miarr0wporg

    (@miarr0wporg)

    @betydbr
    How embarrassing. I just didn’t specify a size in the customizer for the title in grid view in Neve child after I started using the child theme, and doing that is all that was needed. Thank you for your patience with my stupidity :D.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Metadata display options grid and single post?’ is closed to new replies.