Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #98487
    phillycontemporary
    Participant

    Hi,

    looking for a way to hide the author (.byline?) of each post as well as the post navigation links (.nav-links?) at the bottom of the post that link to the previous and next post.

    thank you!

    #98497
    Pratik
    Keymaster

    Try following CSS code in Appearance=> Customize=> Theme options=> Custom CSS box:

    
    .single-post .byline,
    .single-post .post-navigation {
        display:none;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove post author and previous/next post links’ is closed to new replies.