Delete date and author

Home Forums Best Commerce Delete date and author

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4614
    Anonymous
    Inactive

    Hi.
    How do I delete the date and the author in the blog?
    I hope for your help.

    #4615
    Axle Support
    Moderator

    Hi @1nat,

    Please go to Appearance -> Customize -> Additional CSS and add code given below

    article.post .entry-meta {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.