• kotrakrishna

    (@kotrakrishna)


    Hi there,

    How do I remove, author name and date from posts ?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • TUT Support

    (@phpexpert21)

    Hello @kotrakrishna,

    We can remove the autor name and date from the posts with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .single .entry-meta {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)

The topic ‘Remove Author Name and date from posts’ is closed to new replies.