• Hello,
    I am looking to remove all meta from my blog archives page.

    I know how to do it for the single page, but I can’t figure out how to do it for the Blog Entry page.

    Thanks,

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Try to add the below code to the Customize > Custom CSS section to remove it.

    .blog-entry-bottom {
        display: none !important;
    }
    Thread Starter starpip

    (@starpip)

    Worked like a charm.

    Is there another code to hide the categories as well? Thanks!

    Use the below code to remove categories –

    .blog-entry-category {
        display: none !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Meta on Blog Entry page (Archive)’ is closed to new replies.