• Resolved igacmc

    (@igacmc)


    Please can you advise how to remove post date, author and comments from pages as using as static web page so do not want this showing many thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @igacmc,

    We removed author meta from the pages in the new theme package, now you are using the old version, please update the theme.,

    If you do not want to update theme, please use the following css code in the custom css filed.

    .blog-post-date-area, .blog-post-lg
    {
    display:none !important;
    }

    Any confusion lets me know.

    Thanks

    Thread Starter igacmc

    (@igacmc)

    thank you that has worked

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove author, date and comments’ is closed to new replies.