Home Forums WoodMart support forum hide author name

hide author name

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

    guestkamali22
    Participant

    I don’t want my name to appear as the author in the blog post archive or on single post pages.how can i do it ?

    #677555

    Hello,

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

    .wd-post-author {
        display: none !important;
    }

    Best Regards,

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