Home Forums WoodMart support forum How to hide author and the word Published for news?

How to hide author and the word Published for news?

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

    aleksandreeu
    Participant

    Hi,
    I would like to hide information who published the post and the word “Published”

    Can you please recommend how to do it?

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

    Luke Nielsen
    Keymaster

    Hello,

    The best way to hide only the author and the “Published” message of the post is to use custom CSS code. Please, enter the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .blog-post-loop .entry-meta-list .meta-author {
        display: none;
    }

    If you have any more questions or come across any other issue, let me know, I’ll be happy to help.

    Thanks for your time and have a great day.

    Cheers,
    Kind Regards

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