Home Forums WoodMart support forum I would like to remove the author, date, category post, share, comment on Blog.

I would like to remove the author, date, category post, share, comment on Blog.

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

    kratchapol
    Participant

    I would like to remove the author, date, category post, share, comment on Blog.
    Photo 1. I would like to remove author, date, category post, share, comment on Blog.
    Photo 2.I would like to remove date, category post in Blog.

    And now I use this CSS for remove author in blog.

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

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

    Please help.
    Thank you.

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

    Luke Nielsen
    Keymaster

    Hello,

    Seems that your code is a little bit wrong, please replace your own custom CSS with this one, enter it into the “Global Custom CSS” area.

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

    Don’t hesitate to reach out if you have any more questions. We’re thankful that you took the time to share your concerns with us.

    Kind Regards

    #377265

    kratchapol
    Participant

    It works.
    I appreciate it.
    Have a good day.

    #377268

    Luke Nielsen
    Keymaster

    Hello,

    I’m glad we managed to sort this out.

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

Tagged: 

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

The topic ‘I would like to remove the author, date, category post, share, comment on Blog.’ is closed to new replies.