Home Forums WoodMart support forum Remove Author Name from Blog & Blog Post

Remove Author Name from Blog & Blog Post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #379288

    yanzhi
    Participant

    I added the following code, but the author information is still displayed
    body .woodmart-entry-meta .meta-author {
    display:none;
    }

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

    Luke Nielsen
    Keymaster

    Hello,

    Please, replace your wrong code with this one, enter it into the “Global Custom CSS” area.

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

    If you ever want to discuss things further, we’re here for you.

    Kind Regards

    #379754

    yanzhi
    Participant

    Hi,dear
    Here I also want to remove.

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

    Luke Nielsen
    Keymaster

    Hello,

    In this case, please replace the old code with this one, now it should work for both pages.

    .blog-post-loop .wd-entry-meta,
    .blog-post-loop .wd-tltp,
    .single-post .wd-entry-meta {
        display: none;
    }

    If there is ever anything we can do, please feel free to reach out to me anytime when you have anything more to say.

    Kind Regards

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