Home Forums WoodMart support forum Disabling “posted by” on posts page

Disabling “posted by” on posts page

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

    jackhuncho5550
    Participant

    Hi, please I would like to know how to disable the text “posted by …” on each post on woodmart theme. I would like to have the posts without mentioning the author. Thank you and looking forward to your response.

    #657555

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-post .wd-meta-author {
        display: none;
    }

    Best Regards,

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