Remove links-Next & Previous Post

Discussion in 'ToomMorel WordPress Theme' started by dinobravo10, Oct 15, 2013.

  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    How to i remove the next and previous post appearing beneath each and every page on my website.
    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #nav-single {
    display: none;
    }
     

Share This Page