Home Forums Pro Themes University Hub Pro Hide next and Previous information on all posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #92973
    Jennifer Sims
    Participant

    Dear Support,

    Could you please advise CSS to remove all next and previous information at base of posts.

    Kind regards Jen

    #92981
    wensolutions
    Keymaster

    Hello @simsdesign,

    To remove the nav links please add below-given CSS by going to Admin Panel > Appearance > customize > Additional CSS.

    .single .nav-links {
        display: none;
    }

    Hope this works out.

    Thank you.

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