Remove Previous and nex Post

  • Posted in : Read WP
  • nelisseos
    Participant

    Hello,

    I would like to know how I can disable the text at the bottom of each post that suggest the following:

    Previous Post Next Post

    Thanks

    Nick

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .nav-single { display: none; }
    
    Architextur
    Participant

    Hi, i would like disable only the text “next” and “previous”. the link should stay. please help. with display: none, everything is hidden.

    ahmetsali
    Keymaster

    @Architextur

    Hi, try this custom css code;

    .nav-single h4 {
        display: none;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register