Home Forums Pro Themes Magpaper Pro Need To hide Author from all the post

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #159527
    Omar Arouna
    Participant

    I don’t want the Author nor the date or the category to display on the Post online by the article. http://omara114.sg-host.com

    #159530
    sanam
    Keymaster

    @OAROUNA, Please add this CSS into additional CSS to hide the Author, date, and category.

    
    .home .entry-meta {
    display: none;
    }
    
    
    • This reply was modified 2 years, 4 months ago by sanam.
    #159545
    Omar Arouna
    Participant

    Thanks I got it working. I had to add a line for archive; blog and pages so I can remove them as well.
    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.