Home Forums WoodMart support forum Anyway to remove the 'Posted by HushHush' part from the blog area?

Anyway to remove the 'Posted by HushHush' part from the blog area?

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

    mark-aaron
    Participant

    Is there anyway to remove the “Posted by HushHush” from the top of each of the blog post?

    Also the post date of the blog?

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

    Hello,

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

    /*remove author*/
    body .woodmart-entry-meta .meta-author {
    display:none;
    }
    /*remove date*/
    body .woodmart-post-date  {
    display:none;
    }

    Best Regards

    #105396

    mark-aaron
    Participant

    Thanks very much

    #105431

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Anyway to remove the 'Posted by HushHush' part from the blog area?’ is closed to new replies.