hi

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61753

    sonergursu
    Participant

    Awesome theme! What’s the best way to remove the date + author info from a custom post type (both on the archive page and on the post detail page)?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #61764

    Hello,

    Thank you very much for choosing our theme and contacting the support.

    Autor can be removed with custom CSS. Please add this CSS to Theme Settings > Custom CSS:

    .woodmart-entry-meta .meta-author {
       display:none;
    }

    Best Regards

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