Home Forums WoodMart support forum Remove author from blog

Remove author from blog

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #417703

    thamerfresh
    Participant

    Hello, best regards.

    I would like to remove the blog author and entries. I show you a screenshot for a better view. Thank you.

    • This topic was modified 1 year, 5 months ago by thamerfresh.
    Attachments:
    You must be logged in to view attached files.
    #417751

    Hello,

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

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

    Best Regards

    #417858

    thamerfresh
    Participant

    It worked! Thank you very much.

    Related to the ticket, I would like to know if you can also hide the blog category tags. As I will only use the “blog” tag, I would prefer to hide it.

    I am sending you a screenshot. Thank you.

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

    Hello,

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

    .post-single-page .meta-post-categories {
    display: none;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #418050

    thamerfresh
    Participant

    Thanks. Has worked.

    #418257

    You are welcome! We are here to help.

    Wish you a wonderful day!

Tagged: 

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

The topic ‘Remove author from blog’ is closed to new replies.