• Resolved oblanda004

    (@oblanda004)


    How I can remove post meta just from archive pages. I want to post meta be on singl post pages, but no on archive pages.

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter oblanda004

    (@oblanda004)

    Bumb. Can anyone tell me is this possible to do? If yes, how? Thanks in advance

    Hi,

    You can add this code in Appearance > Customize > Additional CSS:

    .nv-index-posts .nv-meta-list {
    display:none !important;
    }

    Regards,
    Rodica

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove post meta from archive pages’ is closed to new replies.